Skip to content

Commit c80d78c

Browse files
committed
PHPC-2617: Run Github Actions tests on PHP 8.5
1 parent 18566f7 commit c80d78c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
- "8.2"
2626
- "8.3"
2727
- "8.4"
28+
- "8.5"
2829
mongodb-version:
2930
- "6.0"
3031
topology:
@@ -125,7 +126,7 @@ jobs:
125126
fail-fast: false
126127
matrix:
127128
# Note: keep this in sync with the Windows matrix in package-release.yml
128-
php: [ "8.1", "8.2", "8.3", "8.4" ]
129+
php: [ "8.1", "8.2", "8.3", "8.4", "8.5" ]
129130
arch: [ x64, x86 ]
130131
ts: [ ts, nts ]
131132

0 commit comments

Comments
 (0)