Skip to content

Commit

Permalink
fix workflows error
Browse files Browse the repository at this point in the history
  • Loading branch information
MusahMusah committed Feb 18, 2023
1 parent a620602 commit d4abfb5
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,21 @@ jobs:
matrix:
os: [ubuntu-latest]
php: [8.2, 8.1, 8.0]
laravel: [10.*]
laravel: [10.*, 9.*, 8.*]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: 10.*
testbench: ^8.0
carbon: ^2.63
# - laravel: 9.*
# testbench: ^7.0
# carbon: ^2.63
# - laravel: 8.*
# testbench: ^6.23
# carbon: ^2.63
- laravel: 9.*
testbench: ^7.0
carbon: ^2.63
- laravel: 8.*
testbench: ^6.23
carbon: ^2.63
exclude:
- laravel: 10.*
php: 8.0

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

Expand Down

0 comments on commit d4abfb5

Please sign in to comment.