Skip to content

Commit

Permalink
fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
austintoddj committed Feb 17, 2023
1 parent e37ae69 commit 5ab5dee
Show file tree
Hide file tree
Showing 2 changed files with 621 additions and 592 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,38 +15,38 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [7.3, 7.4, '8.0', 8.1, 8.2]
laravel: [6, 7, 8, 9, 10]
php: [^7.3, 7.4, 8.0, 8.1, 8.2]
laravel: [^6.0, ^7.0, ^8.0, ^9.0, ^10.0]
include:
- laravel: 6
- laravel: ^6.0
testbench: ^4.0
- laravel: 7
- laravel: ^7.0
testbench: ^5.0
- laravel: 8
- laravel: ^8.0
testbench: ^6.0
- laravel: 9
- laravel: ^9.0
testbench: ^7.0
- laravel: 10
- laravel: ^10.0
testbench: ^8.0
exclude:
- php: 7.3
laravel: 9
laravel: ^9.0
- php: 7.3
laravel: 10
laravel: ^10.0
- php: 7.4
laravel: 9
laravel: ^9.0
- php: 7.4
laravel: 10
- php: '8.0'
laravel: 10
laravel: ^10.0
- php: 8.0
laravel: ^10.0
- php: 8.1
laravel: 6
laravel: ^6.0
- php: 8.1
laravel: 7
laravel: ^7.0
- php: 8.2
laravel: 6
laravel: ^6.0
- php: 8.2
laravel: 7
laravel: ^7.0

name: Laravel ${{ matrix.laravel }} on PHP ${{ matrix.php }}

Expand Down
Loading

0 comments on commit 5ab5dee

Please sign in to comment.