Skip to content

Commit

Permalink
fix: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
binaryk committed Jun 5, 2024
1 parent 0352b18 commit eb1d8b1
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,15 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.1, '8.2']
laravel: ['11.0', '11.1', ^10.0]
php: [8.2]
laravel: ['11.0']
stability: [prefer-stable]
include:
- laravel: ^10.0
testbench: ^8.0
- laravel: '11.0'
testbench: ^9.0
- laravel: '11.1'
testbench: ^9.0
exclude:
- laravel: '11.0'
php: '8.2'
- laravel: '11.1'
php: '8.1'

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}

Expand Down

0 comments on commit eb1d8b1

Please sign in to comment.