Skip to content

Commit

Permalink
Again
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmitchell committed Apr 11, 2024
1 parent c6bf364 commit b1add03
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ jobs:

strategy:
matrix:
php: [8.3, 8.2, 8.1]
laravel: [10.*]
statamic: [^4.0]
testbench: [8.*]
php: [8.3, 8.2]
laravel: [10.*, 11.*]
statamic: [^5.0]
os: [ubuntu-latest]

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ubuntu-latest
Expand Down

0 comments on commit b1add03

Please sign in to comment.