From 97e69d5385e89dc769601f673c46f157bda4f9cf Mon Sep 17 00:00:00 2001 From: Lee Evans Date: Sun, 25 Aug 2024 23:27:47 +0100 Subject: [PATCH] Update github workflow --- .github/workflows/run-tests.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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: |