Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
rap2hpoutre committed Mar 20, 2024
1 parent a8c98b5 commit 55c098b
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: true
matrix:
php: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]
laravel: ["^6.0", "^7.0", "^8.0", "^9.0", "^10.0"]
laravel: ["^6.0", "^7.0", "^8.0", "^9.0", "^10.0", "^11.0"]
exclude:
- php: "8.0"
laravel: "^10.0"
Expand Down Expand Up @@ -44,7 +44,16 @@ jobs:
laravel: "^6.0"
- php: "8.1"
laravel: "^6.0"

- laravel: "11.0"
php: "7.2"
- laravel: "11.0"
php: "7.3"
- laravel: "11.0"
php: "7.4"
- laravel: "11.0"
php: "8.0"
- laravel: "11.0"
php: "8.1"
name: "PHP${{ matrix.php }} - Laravel${{ matrix.laravel }}"

runs-on: "ubuntu-latest"
Expand Down

0 comments on commit 55c098b

Please sign in to comment.