Skip to content

Commit 1e37aee

Browse files
committed
test php version matrix
1 parent b818286 commit 1e37aee

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.1', '8.2', '8.3']
21+
php-versions: ['8.2', '8.3', '8.4']
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.1', '8.2', '8.3']
22+
php-versions: ['8.2', '8.3', '8.4']
2323
steps:
2424
- uses: actions/checkout@master
2525

0 commit comments

Comments
 (0)