Skip to content

Commit

Permalink
Changed CI for Laravel 11.x
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Mar 15, 2024
1 parent 7564aa0 commit e5d31d4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,17 @@ on:

jobs:
test:

runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
php: [ 8.3, 8.2, 8.1, 8.0 ]
laravel: [ 11.* 10.*, 9.* ]
laravel: [ "11.*", "10.*", "9.*" ]
dependency-version: [prefer-lowest, prefer-stable]
include:
- laravel: 11.*
testbench: 9.*
- laravel: 10.*
testbench: 8.*
- laravel: 9.*
Expand Down

0 comments on commit e5d31d4

Please sign in to comment.