Skip to content

Commit 0314d2e

Browse files
committed
test php version matrix
1 parent 1e37aee commit 0314d2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/phpcs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
strategy:
2020
matrix:
21-
php-versions: ['8.2', '8.3', '8.4']
21+
php-versions: ['8.2', '8.3']
2222
steps:
2323
- uses: actions/checkout@master
2424

.github/workflows/phpunit.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
strategy:
2121
matrix:
22-
php-versions: ['8.2', '8.3', '8.4']
22+
php-versions: ['8.2', '8.3']
2323
steps:
2424
- uses: actions/checkout@master
2525

0 commit comments

Comments
 (0)