Skip to content

Commit 67e478e

Browse files
authored
Merge pull request #19 from KentarouTakeda/chore-improve-tests
chore: improve tests
2 parents c6fad15 + e292151 commit 67e478e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ jobs:
1919

2020
strategy:
2121
matrix:
22-
php: [8.1, 8.0, 7.4, 7.3, 7.2]
22+
php: [8.4, 8.3, 8.2, 8.1, 8.0, 7.4, 7.3, 7.2]
2323
dependency-version: [prefer-lowest, prefer-stable]
2424

2525
name: P${{ matrix.php }} - ${{ matrix.dependency-version }}
2626

2727
steps:
2828
- name: Checkout code
29-
uses: actions/checkout@v2
29+
uses: actions/checkout@v4
3030

3131
- name: Setup PHP
3232
uses: shivammathur/setup-php@v2

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.idea
2+
.phpunit.result.cache
23
composer.lock
34
vendor

0 commit comments

Comments
 (0)