Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Raise PHP minimum version to 8.1 #4974

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.0"
php-unit: "9.5.7"
- php-version: "8.1"
php-unit: "10.5.29"
- php-version: "8.2"
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG-3.10.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,16 @@ with some extra keywords: backend, tests, test, translation, funders, important

### Funders

### Important

* Update to Bootstrap 5, QGIS projects containing HTML must be updated
* PHP 8.1 minimum is required

### Added

### Changed

### Backend

* Update to Bootstrap 5
* Update to PHP 8.1 minimum
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": ">=7.4",
"php": ">=8.1",
"jelix/jelix": "dev-jelix-1.8.x",
"jelix/composer-module-setup": "^1.1.0",
"jelix/jcommunity-module": "^1.4.3",
Expand All @@ -24,7 +24,7 @@
"jelix/composer-module-setup": true
},
"platform": {
"php": "7.4"
"php": "8.1"
}
},
"extra": {
Expand Down
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": ">=7.3.0",
"php": ">=8.1.0",
"phpunit/phpunit": "^10.5.29",
"phpstan/phpstan": "1.11.11"
},
Expand Down
Loading