Skip to content

Commit 2a7e579

Browse files
committed
init commit of PHP 8.4 support.
1 parent 83d7468 commit 2a7e579

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/php-qa.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: inpsyde/reusable-workflows/.github/workflows/lint-php.yml@main
3939
strategy:
4040
matrix:
41-
php: [ '7.4', '8.0', '8.1', '8.2', '8.3' ]
41+
php: [ '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
4242
with:
4343
PHP_VERSION: ${{ matrix.php }}
4444
LINT_ARGS: '-e php --colors --show-deprecated ./src'
@@ -54,7 +54,7 @@ jobs:
5454
uses: inpsyde/reusable-workflows/.github/workflows/static-analysis-php.yml@main
5555
strategy:
5656
matrix:
57-
php: [ '7.4', '8.0', '8.1', '8.2', '8.3' ]
57+
php: [ '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
5858
include:
5959
- php: '7.4'
6060
composer: '--ignore-platform-req=php'

.github/workflows/php-unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
strategy:
3131
matrix:
32-
php: [ '7.4', '8.0', '8.1', '8.2', '8.3' ]
32+
php: [ '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
3333
container-version: [ '^1.1.0', '^2' ]
3434
dependency-versions: [ 'lowest', 'highest' ]
3535
include:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
}
2222
],
2323
"require": {
24-
"php": ">=7.4 <8.4",
24+
"php": ">=7.4",
2525
"ext-json": "*",
2626
"psr/container": "^1.1.0 || ^2"
2727
},

0 commit comments

Comments
 (0)