Skip to content

Commit

Permalink
upgrade to latest goodies
Browse files Browse the repository at this point in the history
  • Loading branch information
nagi1 committed Jul 20, 2024
1 parent ac3ff77 commit c9ae8b3
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,14 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.3, 8.1]
laravel: [^11.0, ^10.0, ^9.0]
# run on php 8.2
php: [8.2]
# run on laravel 10
laravel: [10.*]
stability: [prefer-stable]
include:
- laravel: 9.*
testbench: ^7.0
- laravel: 10.*
testbench: ^8.0
- laravel: 11.*
testbench: ^9.0
testbench: 8.*

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

Expand Down

0 comments on commit c9ae8b3

Please sign in to comment.