We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fe534b6 + 85c19c9 commit 8d0b117Copy full SHA for 8d0b117
.github/workflows/unit-tests.yaml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
strategy:
12
matrix:
13
- php-versions: ['7.2', '7.3', '7.4', '8.0']
+ php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1']
14
steps:
15
- name: Checkout
16
uses: actions/checkout@v2
0 commit comments