Skip to content

Commit a3e4f6a

Browse files
PHP 8 & 8.1
1 parent 9f60eca commit a3e4f6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
matrix:
99
# Lint against the highest/lowest supported versions of each PHP major.
1010
# And also do a run against "nightly" (the current dev version of PHP).
11-
php_version: ['7.3', '7.4']
11+
php_version: ['7.3', '7.4', '8.0', '8.1']
1212
steps:
1313
- name: Checkout code
1414
uses: actions/checkout@v3

0 commit comments

Comments
 (0)