Skip to content

Commit

Permalink
Adjusting github workflows to supported Laravel versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasgrimm committed Sep 2, 2024
1 parent 3db4a96 commit cf83a80
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
php: [7.4, 8.0]
laravel: [8.*,7.*]
php: [8.1, 8.2, 8.3]
laravel: [10.*,11.*]
dependency-version: [prefer-stable]
include:
- testbench: ^6.23
laravel: 8.*
- testbench: ^9.0
laravel: 11.*

- testbench: 5.20
laravel: 7.*
- testbench: ^8.0
laravel: 10.*

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}

Expand Down

0 comments on commit cf83a80

Please sign in to comment.