Skip to content

Commit

Permalink
Add PHP 8.2 and Laravel 10 to the test stack
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioribeiro committed Feb 15, 2023
1 parent aa059a4 commit d6a6284
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,12 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
php: [8.1, 8.0, 7.4, 7.3]
laravel: [9.*, 8.*, 7.*, 6.*, 5.8.*]
php: [8.2, 8.1, 8.0, 7.4, 7.3]
laravel: [10.8, 9.*, 8.*, 7.*, 6.*, 5.8.*]
dbal: [^2.12, ^3.0]
include:
- laravel: 10.*
testbench: 8.*
- laravel: 9.*
testbench: 7.*
- laravel: 8.*
Expand All @@ -47,6 +49,12 @@ jobs:
- laravel: 5.8.*
testbench: 3.8.*
exclude:
- laravel: 10.*
php: 8.0
- laravel: 10.*
php: 7.4
- laravel: 10.*
php: 7.3
- laravel: 9.*
php: 7.4
- laravel: 9.*
Expand Down

0 comments on commit d6a6284

Please sign in to comment.