We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 807eb25 commit 9077750Copy full SHA for 9077750
.github/workflows/check-test.yml
@@ -12,17 +12,14 @@ jobs:
12
check:
13
runs-on: ubuntu-latest
14
timeout-minutes: 10
15
- strategy:
16
- matrix:
17
- php: ['7.4']
18
steps:
19
- name: Checkout Code
20
uses: actions/checkout@v3
21
22
- name: Setup
23
uses: ./.github/actions/setup
24
with:
25
- php: ${{ matrix.php }}
+ php: '8.2'
26
27
- name: PHPCS
28
run: ./bin/check-style
@@ -33,7 +30,7 @@ jobs:
33
30
34
31
strategy:
35
32
matrix:
36
+ php: ['5.6', '8.2']
37
38
39
0 commit comments