Skip to content

Commit 80f8814

Browse files
authored
Disable PHP 8.1 until PHPC-1849 is resolved (#1241)
1 parent 5d7796b commit 80f8814

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
@@ -23,7 +23,8 @@ jobs:
2323
php-version:
2424
- "7.4"
2525
- "8.0"
26-
- "8.1"
26+
# Re-enable after PHPC-1849 is resolved
27+
# - "8.1"
2728
mongodb-version:
2829
- "4.4"
2930
topology:

0 commit comments

Comments
 (0)