We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4da3b60 commit cc05aedCopy full SHA for cc05aed
.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', '8.1', '8.2']
+ php: ['8.1', '8.2', '8.3']
10
steps:
11
- name: Configure Git
12
if: ${{ matrix.os == 'windows-latest' }}
0 commit comments