Skip to content

Commit

Permalink
Update Laravel versions to include 10.* and 11.* in the test configur…
Browse files Browse the repository at this point in the history
…ation.
  • Loading branch information
murdercode committed Mar 1, 2024
1 parent 0f5fc6a commit fbea63f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
php: [ 8.3, 8.2, 8.1 ]
laravel: [ 11.*, 10.* ]
stability: [ prefer-stable ]
# include:
# - laravel: 10.*
# testbench: 8.*
# carbon: ^2.63
include:
- laravel: 10.*, 11.*
testbench: 8.*
carbon: ^2.63
exclude:
- php: 8.1
laravel: 11.*
Expand Down

0 comments on commit fbea63f

Please sign in to comment.