Skip to content

Commit ce5a24e

Browse files
committed
Run unit tests against PHP 8.5
1 parent 9ca38ce commit ce5a24e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/phpunit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
fail-fast: false
7171
matrix:
7272
os: [ ubuntu-24.04 ]
73-
php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
73+
php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5' ]
7474
db-type: [ 'mysql' ]
7575
db-version: [ '5.7', '8.0', '8.4' ]
7676
tests-domain: [ 'example.org' ]

0 commit comments

Comments
 (0)