Skip to content

Commit 9077750

Browse files
Pin checks on 8.2 and run unit tests on 5.6 and 8.2
1 parent 807eb25 commit 9077750

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/check-test.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,14 @@ jobs:
1212
check:
1313
runs-on: ubuntu-latest
1414
timeout-minutes: 10
15-
strategy:
16-
matrix:
17-
php: ['7.4']
1815
steps:
1916
- name: Checkout Code
2017
uses: actions/checkout@v3
2118

2219
- name: Setup
2320
uses: ./.github/actions/setup
2421
with:
25-
php: ${{ matrix.php }}
22+
php: '8.2'
2623

2724
- name: PHPCS
2825
run: ./bin/check-style
@@ -33,7 +30,7 @@ jobs:
3330
timeout-minutes: 10
3431
strategy:
3532
matrix:
36-
php: ['7.4']
33+
php: ['5.6', '8.2']
3734
steps:
3835
- name: Checkout Code
3936
uses: actions/checkout@v3

0 commit comments

Comments
 (0)