Skip to content

Commit

Permalink
update testbench in order to still support laravel 8 within tests
Browse files Browse the repository at this point in the history
  • Loading branch information
johguentner committed May 5, 2024
1 parent 14383c8 commit 66272be
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['8.0', '8.1', '8.2']
laravel: ['8.*', '11.*']
testbench: ['6.*', '9.*']
php: ["8.0", "8.1", "8.2"]
laravel: ["8.*", "11.*"]
testbench: ["6.*", "8.*"]
dependency-version: [prefer-stable]
include:
- laravel: 8.*
Expand All @@ -22,9 +22,9 @@ jobs:
testbench: 9.*
exclude:
- laravel: 11.*
php: '8.0'
php: "8.0"
- laravel: 11.*
php: '8.1'
php: "8.1"

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

Expand Down

0 comments on commit 66272be

Please sign in to comment.