Skip to content

Commit

Permalink
chore(workflows): update laravel versions
Browse files Browse the repository at this point in the history
- Update Laravel version to 8.0.* in .github/workflows/tests.yml
- Remove laravel 7.0.* and 8.3.* versions from the configuration
  • Loading branch information
guanguans committed Mar 31, 2024
1 parent fdb90a8 commit 1bd2d80
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,9 @@ jobs:
os: [ ubuntu-latest ]
php: [ 7.4, 8.3 ]
dependency-version: [ prefer-stable ]
laravel: [ 7.0.*, 8.*, 9.*, 10.*, 11.* ]
laravel: [ 8.0.*, 9.*, 10.*, 11.* ]
include:
- laravel: 7.0.*
testbench: 5.*
- laravel: 8.*
- laravel: 8.0.*
testbench: 6.*
- laravel: 9.*
testbench: 7.*
Expand All @@ -31,7 +29,7 @@ jobs:
- php: 7.4
laravel: 11.*
- php: 8.3
laravel: 7.0.*
laravel: 8.0.*

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

Expand Down

0 comments on commit 1bd2d80

Please sign in to comment.