Skip to content

Commit 3652f02

Browse files
committed
Run Tests against PHP 8.5
1 parent da4b9b6 commit 3652f02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
php-versions: [ '8.0', '8.1', '8.2', '8.3', '8.4' ]
26+
php-versions: [ '8.0', '8.1', '8.2', '8.3', '8.4', '8.5' ]
2727

2828
# Steps to install, configure and run tests
2929
steps:

0 commit comments

Comments
 (0)