Skip to content

Commit

Permalink
try and try again
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmitchell committed Apr 11, 2024
1 parent a9f60bb commit c6bf364
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,17 @@ on:
jobs:
php-tests:
runs-on: ${{ matrix.os }}

strategy:
matrix:
php: [8.3, 8.2, 8.1]
laravel: [10.*]
statamic: [^4.0]
testbench: [8.*]
os: [ubuntu-latest]
php: [8.2, 8.3]
laravel: [10.*, 11.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
- laravel: 10.*
framework: ^10.0
testbench: 8.*
- laravel: 11.*
framework: ^11.0
testbench: 8.*

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

steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit c6bf364

Please sign in to comment.