Skip to content

Commit

Permalink
fixing GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
qschmick committed Mar 17, 2023
1 parent 2967067 commit e98011d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
fail-fast: true
matrix:
os: [ ubuntu-latest ]
php: [ 8.0, 8.1 ]
laravel: [ 9.* ]
php: [ 8.1 ]
laravel: [ 10.* ]
stability: [ prefer-stable ]
include:
- laravel: 9.*
testbench: ^7.0
- laravel: 10.*
testbench: ^8.0
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}

steps:
Expand Down

0 comments on commit e98011d

Please sign in to comment.