Skip to content

Commit

Permalink
Update github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cannycookie committed Aug 25, 2024
1 parent 2c29fd9 commit 97e69d5
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 97e69d5

Please sign in to comment.