mirror of
https://github.com/archtechx/laravel-seo.git
synced 2025-12-12 09:54:03 +00:00
Update ci.yml
This commit is contained in:
parent
c521d295f5
commit
17e6f529cc
1 changed files with 22 additions and 11 deletions
33
.github/workflows/ci.yml
vendored
33
.github/workflows/ci.yml
vendored
|
|
@ -2,9 +2,11 @@ name: CI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [master]
|
branches:
|
||||||
|
- master
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [master]
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
@ -13,24 +15,33 @@ jobs:
|
||||||
fail-fast: true
|
fail-fast: true
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, windows-latest]
|
os: [ubuntu-latest, windows-latest]
|
||||||
php: [8.1, 8.2]
|
php: [8.4, 8.3, 8.2, 8.1, 8.0]
|
||||||
laravel: [10.*, 11.*, 12.*]
|
laravel: ['9.*', '10.*', '11.*', '12.*']
|
||||||
stability: [prefer-lowest, prefer-stable]
|
stability: [prefer-lowest, prefer-stable]
|
||||||
include:
|
include:
|
||||||
- laravel: 10.*
|
|
||||||
testbench: 8.*
|
|
||||||
carbon: ^2.63
|
|
||||||
- laravel: 11.*
|
|
||||||
testbench: 9.*
|
|
||||||
carbon: ^2.72.2
|
|
||||||
- laravel: 12.*
|
- laravel: 12.*
|
||||||
testbench: 10.*
|
testbench: 10.*
|
||||||
carbon: ^3.8.4
|
carbon: ^3.8.4
|
||||||
|
- laravel: 11.*
|
||||||
|
testbench: 9.*
|
||||||
|
carbon: ^3.8.4
|
||||||
|
- laravel: 10.*
|
||||||
|
testbench: 8.*
|
||||||
|
carbon: ^2.63
|
||||||
|
- laravel: 9.*
|
||||||
|
testbench: 7.*
|
||||||
|
carbon: ^2.63
|
||||||
exclude:
|
exclude:
|
||||||
|
- laravel: 10.*
|
||||||
|
php: 8.0
|
||||||
- laravel: 11.*
|
- laravel: 11.*
|
||||||
php: 8.1
|
php: 8.1
|
||||||
|
- laravel: 11.*
|
||||||
|
php: 8.0
|
||||||
- laravel: 12.*
|
- laravel: 12.*
|
||||||
php: 8.1
|
php: 8.1
|
||||||
|
- laravel: 12.*
|
||||||
|
php: 8.0
|
||||||
|
|
||||||
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
|
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
|
||||||
|
|
||||||
|
|
@ -56,4 +67,4 @@ jobs:
|
||||||
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
|
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
|
||||||
|
|
||||||
- name: Execute tests
|
- name: Execute tests
|
||||||
run: vendor/bin/pest --ci
|
run: vendor/bin/phpunit
|
||||||
Loading…
Add table
Add a link
Reference in a new issue