mirror of
https://github.com/filamentphp/plugin-skeleton.git
synced 2025-12-06 21:48:53 +08:00
updates for Filament v4
This commit is contained in:
17
.github/workflows/run-tests.yml
vendored
17
.github/workflows/run-tests.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: run-tests
|
||||
name: "Run Tests"
|
||||
|
||||
on:
|
||||
push:
|
||||
@@ -13,19 +13,18 @@ jobs:
|
||||
fail-fast: true
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest]
|
||||
php: [8.3, 8.2, 8.1]
|
||||
laravel: [11.*, 10.*]
|
||||
php: [8.4, 8.3, 8.2]
|
||||
laravel: [12.*, 11.*]
|
||||
stability: [prefer-lowest, prefer-stable]
|
||||
include:
|
||||
- laravel: 10.*
|
||||
testbench: 8.*
|
||||
carbon: 2.*
|
||||
- laravel: 12.*
|
||||
testbench: 10.*
|
||||
carbon: 3.*
|
||||
collision: 8.*
|
||||
- laravel: 11.*
|
||||
testbench: 9.*
|
||||
carbon: 3.*
|
||||
exclude:
|
||||
- laravel: 11.*
|
||||
php: 8.1
|
||||
collision: 8.*
|
||||
|
||||
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user