Skip to content

Commit 9004787

Browse files
committed
Added PHP 8.5 to CI tests.
1 parent 3ac40ce commit 9004787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
matrix:
3737
# All the versions, OS, and dependency levels we want to support
3838
os: [ubuntu] # TODO: windows, macos
39-
php: [ '8.1', '8.2', '8.3', '8.4' ]
39+
php: [ '8.1', '8.2', '8.3', '8.4', '8.5' ]
4040
dependency: [ stable ]
4141
# Our code has paths for with- and without- XDebug, and we want to test
4242
# both of them.

0 commit comments

Comments
 (0)