Skip to content

Commit 303f617

Browse files
authored
Test Git Actions with php 8.4
1 parent 65f0c77 commit 303f617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
operating-system: [ubuntu-latest]
20-
php-versions: ['8.0', '8.1', '8.2', '8.3']
20+
php-versions: ['8.0', '8.1', '8.2', '8.3', '8.4']
2121
ext-versions: ['couchbase-4.1.6', 'couchbase']
2222
name: PHP ${{ matrix.php-versions }} using ${{ matrix.ext-versions }} quality/tests on ${{ matrix.operating-system }}
2323
env:

0 commit comments

Comments
 (0)