Skip to content

Commit

Permalink
TWeak test
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh committed Jan 13, 2025
1 parent 62aeb20 commit 3551688
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ jobs:
strategy:
matrix:
php: [8.1, 8.2, 8.3, 8.4]
laravel: [^10, ^11]
laravel: [10.x, 11.x]
dependency-version: [prefer-lowest, prefer-stable]
os: [ubuntu-latest]
exclude:
- php: 8.1
laravel: ^11
laravel: 11.x
- php: 8.4
laravel: ^10
laravel: 10.x

name: PHP${{ matrix.php }} Laravel{{ matrix.laravel }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}

Expand Down

0 comments on commit 3551688

Please sign in to comment.