Skip to content

Commit

Permalink
Update run-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
soap authored Apr 24, 2024
1 parent 37a2d21 commit d389ca6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [8.1, 8.2]
laravel: [10.*]
php: [8.2]
laravel: [10.*, 11.*]
stability: [prefer-stable]
testbench: [8.0]
packagetools: [1.16]
testbench: ['latest']
packagetools: ['latest']
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}

steps:
Expand Down

0 comments on commit d389ca6

Please sign in to comment.