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.
2 parents 17b535e + d6e93ba commit 2701a37Copy full SHA for 2701a37
.github/workflows/build.yml
@@ -6,7 +6,7 @@ jobs:
6
- ubuntu-latest
7
strategy:
8
matrix:
9
- php: ['7.2', '7.3', '7.4', '8.0']
+ php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
10
steps:
11
- name: Configure Git
12
if: ${{ matrix.os == 'windows-latest' }}
0 commit comments