Skip to content

Commit

Permalink
Update GitHub Actions for Laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
saade committed Feb 15, 2023
1 parent cdfe12a commit 07f6ce6
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,19 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
php: ['8.0', 8.1]
laravel: [8.*, 9.*]
php: [8.0 8.1]
laravel: [8.* 9.* 10.*]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: 8.*
testbench: ^6.23
testbench: 6.*
- laravel: 9.*
testbench: ^7.0
testbench: 7.*
- laravel: 10.*
testbench: ^8.0
exclude:
- laravel: 10.*
php: 8.0

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

Expand Down

0 comments on commit 07f6ce6

Please sign in to comment.