Skip to content

Commit

Permalink
Fix GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sileence committed May 6, 2024
1 parent b700960 commit 8b0e080
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,9 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
php: [7.3, 7.4, 8.0]
laravel: [7.*, 8.*]
php: [8.2]
laravel: [11.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
- laravel: 7.*
testbench: 5.*
dependency-version: prefer-stable
- laravel: 8.*
testbench: 6.*
exclude:
- laravel: 7.*
dependency-version: prefer-lowest
- laravel: 7.*
php: 8.0
- laravel: 8.*
dependency-version: prefer-lowest

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

Expand Down

0 comments on commit 8b0e080

Please sign in to comment.