Skip to content

Commit a79c582

Browse files
Run check on 8.2
1 parent 9077750 commit a79c582

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/check-test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,17 @@ jobs:
1212
check:
1313
runs-on: ubuntu-latest
1414
timeout-minutes: 10
15+
strategy:
16+
matrix:
17+
php: ['8.2']
1518
steps:
1619
- name: Checkout Code
1720
uses: actions/checkout@v3
1821

1922
- name: Setup
2023
uses: ./.github/actions/setup
2124
with:
22-
php: '8.2'
25+
php: ${{ matrix.php }}
2326

2427
- name: PHPCS
2528
run: ./bin/check-style

0 commit comments

Comments
 (0)