Skip to content

Commit 2ea6703

Browse files
authored
Merge pull request #41 from bmangeat/fix/disable-test-php-8-1
fix/disable-test-php-8-1
2 parents ab3cedd + bd2740f commit 2ea6703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous_integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
install-args: ['', '--prefer-lowest']
19-
php-version: ['7.4', '8.0', '8.1']
19+
php-version: ['7.4', '8.0']
2020
fail-fast: false
2121

2222
steps:

0 commit comments

Comments
 (0)