Skip to content

Commit

Permalink
php 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarsn committed Dec 1, 2023
1 parent 397a92f commit 2a6631e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,13 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ 8.0, 8.1, 8.2 ]
php: [ 8.0, 8.1, 8.2, 8.3 ]
laravel: [ ^8.12, ^9.0, ^10.0 ]
exclude:
- php: 8.3
laravel: ^8.12
- php: 8.3
laravel: ^9.0
- php: 8.2
laravel: ^8.12
- php: 8.0
Expand Down

0 comments on commit 2a6631e

Please sign in to comment.