Skip to content

Commit 6693501

Browse files
committed
chore: Compatibility with PHP 8.4 (#FRAM-177)
1 parent 6ac7b94 commit 6693501

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
php-versions: ['8.0', '8.1', '8.2', '8.3']
14+
php-versions: ['8.0', '8.1', '8.2', '8.3', '8.4']
1515
name: PHP ${{ matrix.php-versions }}
1616

1717
steps:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"minimum-stability": "dev",
1313
"require": {
14-
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
14+
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
1515
"b2pweb/bdf-queue": "~1.4",
1616
"symfony/config": "^6.0|~7.0",
1717
"symfony/dependency-injection": "^6.0|~7.0",

0 commit comments

Comments
 (0)