Skip to content
Merged
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: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ["8.2", "8.3", "8.4", "8.5"]
php-version: ["8.3", "8.4", "8.5"]
runs-on: ubuntu-latest
env:
DS_PHP_VERSION: ${{ matrix.php-version }}
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
* Upgrade to PostgreSQL v16
* Replace maildev with Mailpit
* PHP
* Drop support for PHP < 8.2
* Add support for PHP 8.3, 8.4, 8.5
* Drop support for PHP < 8.3
* Add support for PHP 8.4, 8.5
* Add support for pie
* Add some PHP tooling (PHP-CS-Fixer, PHPStan, Twig-CS-Fixer)
* Update Composer to version 2.8
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ domain where the application will be available;
* `extra_domains` (optional): This contains extra domains where the application
will be available;

* `php_version` (optional, default: `8.3`): This is PHP version.
* `php_version` (optional, default: `8.5`): This is PHP version.

For example:

Expand Down
2 changes: 1 addition & 1 deletion tools/php-cs-fixer/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"config": {
"platform": {
"php": "8.2"
"php": "8.3"
},
"bump-after-update": true,
"sort-packages": true
Expand Down
2 changes: 1 addition & 1 deletion tools/phpstan/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"bump-after-update": true,
"platform": {
"php": "8.2"
"php": "8.3"
},
"sort-packages": true
}
Expand Down
2 changes: 1 addition & 1 deletion tools/twig-cs-fixer/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"config": {
"platform": {
"php": "8.2"
"php": "8.3"
},
"bump-after-update": true,
"sort-packages": true
Expand Down