Skip to content

Commit

Permalink
Add Laravel 9.0 to test workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Sébastien Nikolaou committed Feb 26, 2022
1 parent 3c1eaa4 commit a16c9d4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests-php8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ jobs:
fail-fast: true
matrix:
php: [8.1, 8.0]
laravel: [^8.0, '^7.0', ^6.0]
laravel: [^9.0, ^8.0, '^7.0', ^6.0]
include:
- laravel: ^9.0
testbench: ^7.0
- laravel: ^8.0
testbench: ^6.0
- laravel: ^7.0
Expand Down

0 comments on commit a16c9d4

Please sign in to comment.