diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index d2ad57f..7ee220b 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -10,19 +10,22 @@ jobs: matrix: os: [ubuntu-latest] php: [8.2] - laravel: [10.*] + laravel: [10.*,11.*] + stability: [ prefer-stable ] filament: [3.*] dependency-version: [ prefer-stable] include: - laravel: 10.* testbench: 8.* filament: 3.* + - laravel: 11.* + testbench: 9.* - name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} + name: P${{ matrix.php }} - L${{ matrix.laravel }} - - ${{ matrix.stability }} - ${{ matrix.dependency-version }} steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install SQLite 3 run: |