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/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: [ 8.0, 8.1, 8.2, 8.3, 8.4, 8.5 ]
php: [ 8.4, 8.5 ]

name: PHP ${{ matrix.php }} Syntax Check
steps:
Expand Down
2 changes: 1 addition & 1 deletion Sources/Maintenance/Maintenance.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class Maintenance
/**
* The lowest PHP version we support.
*/
public const PHP_MIN_VERSION = '8.0.1';
public const PHP_MIN_VERSION = '8.4.1';

/**
* Tool Types.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"config": {
"platform": {
"php": "8.0.0"
"php": "8.4.1"
}
},
"require": {
Expand Down
Loading