Skip to content

Commit

Permalink
Merge pull request #3 from fruitcake/Test-PHP8.3
Browse files Browse the repository at this point in the history
TEst PHP8.3
  • Loading branch information
barryvdh authored Mar 9, 2024
2 parents d08ad4e + 6457fa7 commit 3cd7aaa
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,12 @@ jobs:

strategy:
matrix:
php: [8.2, 8.1]
laravel: [10.*, 9.*]
php: [8.3, 8.2, 8.1]
laravel: [11.*, 10.*, 9.*]
dependency-version: [prefer-lowest, prefer-stable]
exclude:
- laravel: 11.*
php: 8.1

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

Expand Down

0 comments on commit 3cd7aaa

Please sign in to comment.