Skip to content

Commit 104ce68

Browse files
committed
Run CI for PHP 8.1 too
1 parent 4ff4149 commit 104ce68

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.2', '7.3', '7.4', '8.0']
19+
php-version: ['7.2', '7.3', '7.4', '8.0', '8.1']
2020
fail-fast: false
2121

2222
steps:

0 commit comments

Comments
 (0)