Skip to content

Commit

Permalink
Merge pull request #19 from KentarouTakeda/chore-improve-tests
Browse files Browse the repository at this point in the history
chore: improve tests
  • Loading branch information
barryvdh authored Nov 8, 2024
2 parents c6fad15 + e292151 commit 67e478e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ jobs:

strategy:
matrix:
php: [8.1, 8.0, 7.4, 7.3, 7.2]
php: [8.4, 8.3, 8.2, 8.1, 8.0, 7.4, 7.3, 7.2]
dependency-version: [prefer-lowest, prefer-stable]

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

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.idea
.phpunit.result.cache
composer.lock
vendor

0 comments on commit 67e478e

Please sign in to comment.