Skip to content

Commit bd2740f

Browse files
author
Brice Mangeat
committed
fix/disable-test-php-8-1
1 parent ab3cedd commit bd2740f

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)