We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f60eca commit a3e4f6aCopy full SHA for a3e4f6a
.github/workflows/unittest.yml
@@ -8,7 +8,7 @@ jobs:
8
matrix:
9
# Lint against the highest/lowest supported versions of each PHP major.
10
# And also do a run against "nightly" (the current dev version of PHP).
11
- php_version: ['7.3', '7.4']
+ php_version: ['7.3', '7.4', '8.0', '8.1']
12
steps:
13
- name: Checkout code
14
uses: actions/checkout@v3
0 commit comments