Skip to content

Commit

Permalink
PHP - Increase minimum version to 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed Jan 29, 2025
1 parent 83943a0 commit b4d68c5
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/php-stan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
strategy:
matrix:
include:
- php-version: '8.1'
- php-version: '8.2'
- php-version: '8.3'
- php-version: '8.4'
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
strategy:
matrix:
include:
- php-version: "8.1"
php-unit: "10.5.40"
- php-version: "8.2"
php-unit: "11.5.2"
- php-version: "8.3"
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG-3.10.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,15 @@ with some extra keywords: backend, tests, test, translation, funders, important

### Funders

### Important

* PHP 8.2 minimum is required

### Added

### Changed

### Backend

* Update to Bootstrap 5
* Raise PHP to version 8.2
4 changes: 2 additions & 2 deletions lizmap/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"authors": [
],
"require": {
"php": ">=8.1",
"php": ">=8.2",
"jelix/jelix": "dev-jelix-1.8.x",
"jelix/composer-module-setup": "^1.1.0",
"jelix/jcommunity-module": "^1.4.3",
Expand All @@ -25,7 +25,7 @@
"jelix/composer-module-setup": true
},
"platform": {
"php": "8.1"
"php": "8.2"
}
},
"extra": {
Expand Down
Empty file.
2 changes: 1 addition & 1 deletion tests/units/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
}
],
"require": {
"php": ">=8.1.0",
"php": ">=8.2.0",
"phpunit/phpunit": "^10.5.29",
"phpstan/phpstan": "1.11.11"
},
Expand Down

0 comments on commit b4d68c5

Please sign in to comment.