Skip to content

Commit 1b86ab7

Browse files
committed
build: php 8.3 and 8.4
Signed-off-by: Adrien Barreau <adrien.barreau@ovhcloud.com>
1 parent 3bebadd commit 1b86ab7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
php-version: [ '7.4', '8.0', '8.1', '8.2' ]
27+
php-version: [ '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
2828
steps:
2929
- uses: "actions/checkout@v2"
3030
- uses: "shivammathur/setup-php@v2"
@@ -81,7 +81,7 @@ jobs:
8181
max-parallel: 1
8282
fail-fast: false
8383
matrix:
84-
php-version: [ '7.4', '8.0', '8.1', '8.2' ]
84+
php-version: [ '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
8585
steps:
8686
- uses: "actions/checkout@v2"
8787
- uses: "shivammathur/setup-php@v2"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"require-dev": {
2626
"php-parallel-lint/php-parallel-lint": "^1.3.1",
2727
"phpdocumentor/shim": "^3",
28-
"phpunit/phpunit": "^9.6",
28+
"phpunit/phpunit": "^10",
2929
"squizlabs/php_codesniffer": "^3.6"
3030
},
3131
"autoload": {

0 commit comments

Comments
 (0)