Skip to content

Commit a0695ab

Browse files
committed
Test against PHP 8.4
1 parent 442c409 commit a0695ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
os: [ ubuntu-latest ]
25-
php: [ 8.3, 8.2, 8.1 ]
25+
php: [ 8.4, 8.3, 8.2, 8.1 ]
2626
dependency-version: [ prefer-stable ]
2727

2828
name: ${{ matrix.os }} - P${{ matrix.php }} - ${{ matrix.dependency-version }}

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os: [ ubuntu-latest ]
17-
php: [ 8.3, 8.2, 8.1 ]
17+
php: [ 8.4, 8.3, 8.2, 8.1 ]
1818
dependency-version: [ prefer-stable ]
1919

2020
name: ${{ matrix.os }} - P${{ matrix.php }} - ${{ matrix.dependency-version }}

0 commit comments

Comments
 (0)