Skip to content

Commit

Permalink
added laravel 11 and php 8.3 to tests #79
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdulici committed Mar 19, 2024
1 parent 2fe498c commit 5223682
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,27 @@ jobs:

strategy:
matrix:
php: ['8.0', '8.1', '8.2']
laravel: [9.*, 10.*]
php: ['8.0', '8.1', '8.2', '8.3']
laravel: [9.*, 10.*, 11.*]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: 9.*
testbench: 7.*
- laravel: 10.*
testbench: 8.*
- laravel: 11.*
testbench: 9.*
exclude:
- laravel: 10.*
php: 8.0
- laravel: 9.*
php: 8.2
- laravel: 9.*
php: 8.3
- laravel: 10.*
php: 8.0
- laravel: 11.*
php: 8.0
- laravel: 11.*
php: 8.1

steps:
- name: Checkout code
Expand Down

0 comments on commit 5223682

Please sign in to comment.