Skip to content

Commit

Permalink
Add missing supported Laravel/PHP combinations to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
HoldYourWaffle committed Nov 23, 2023
1 parent a836c8a commit 126d6c6
Showing 1 changed file with 22 additions and 12 deletions.
34 changes: 22 additions & 12 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,28 @@ jobs:
fail-fast: true
matrix:
include:
- php: "8.3"
laravel: 10
- php: "8.2"
laravel: 10
- php: "8.1"
laravel: 9
- php: "8.0"
laravel: 8
- php: "7.4"
laravel: 8
- php: "7.3"
laravel: 8
- laravel: 10
php: "8.3"
- laravel: 10
php: "8.2"
- laravel: 10
php: "8.1"

- laravel: 9
php: "8.2"
- laravel: 9
php: "8.1"
- laravel: 9
php: "8.0"

- laravel: 8
php: "8.1"
- laravel: 8
php: "8.0"
- laravel: 8
php: "7.4"
- laravel: 8
php: "7.3"
name: PHP ${{ matrix.php }} / Laravel ${{ matrix.laravel }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 126d6c6

Please sign in to comment.