mirror of
https://github.com/archtechx/laravel-seo.git
synced 2025-12-12 18:04:03 +00:00
Update ci.yml
This commit is contained in:
parent
17e6f529cc
commit
97f47f3634
1 changed files with 2 additions and 13 deletions
15
.github/workflows/ci.yml
vendored
15
.github/workflows/ci.yml
vendored
|
|
@ -15,8 +15,8 @@ jobs:
|
|||
fail-fast: true
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest]
|
||||
php: [8.4, 8.3, 8.2, 8.1, 8.0]
|
||||
laravel: ['9.*', '10.*', '11.*', '12.*']
|
||||
php: [8.4, 8.3, 8.2]
|
||||
laravel: ['10.*', '11.*', '12.*']
|
||||
stability: [prefer-lowest, prefer-stable]
|
||||
include:
|
||||
- laravel: 12.*
|
||||
|
|
@ -31,17 +31,6 @@ jobs:
|
|||
- laravel: 9.*
|
||||
testbench: 7.*
|
||||
carbon: ^2.63
|
||||
exclude:
|
||||
- laravel: 10.*
|
||||
php: 8.0
|
||||
- laravel: 11.*
|
||||
php: 8.1
|
||||
- laravel: 11.*
|
||||
php: 8.0
|
||||
- laravel: 12.*
|
||||
php: 8.1
|
||||
- laravel: 12.*
|
||||
php: 8.0
|
||||
|
||||
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue