1
0
Fork 0
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:
Ash Monsh 2025-03-02 05:16:39 +03:00
parent a497f86eb3
commit 2ba7e503b5

View file

@ -13,7 +13,7 @@ jobs:
matrix: matrix:
os: [ubuntu-latest, windows-latest] os: [ubuntu-latest, windows-latest]
php: [8.4, 8.3, 8.2] php: [8.4, 8.3, 8.2]
laravel: ['10.*', '11.*', '12.*'] laravel: ['11.*', '12.*']
stability: [prefer-lowest, prefer-stable] stability: [prefer-lowest, prefer-stable]
include: include:
- laravel: 12.* - laravel: 12.*
@ -22,9 +22,6 @@ jobs:
- laravel: 11.* - laravel: 11.*
testbench: 9.* testbench: 9.*
carbon: ^3.8.4 carbon: ^3.8.4
- laravel: 10.*
testbench: 8.*
carbon: ^2.63
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }} name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}