We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69a8fd8 commit 23a4544Copy full SHA for 23a4544
.github/workflows/test_and_build.yml
@@ -90,7 +90,7 @@ jobs:
90
strategy:
91
fail-fast: false
92
matrix:
93
- php: ['7.2', '7.3', '7.4', '8.0']
+ php: ['7.2', '7.3', '7.4', '8.0', '8.1']
94
steps:
95
- name: Check out source code
96
uses: actions/checkout@v2
0 commit comments