Skip to content

Commit

Permalink
Merge pull request #5 from michaltobiaszfpwd/patch-4
Browse files Browse the repository at this point in the history
Update run-tests.yml
  • Loading branch information
GameSpecU committed Apr 5, 2023
2 parents da56eb6 + 09c3eeb commit 110aa3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.2, 8.1]
laravel: [9.*]
laravel: [10.*]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: 9.*
testbench: 7.*
- laravel: 10.*
testbench: 8.*
carbon: ^2.63

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

0 comments on commit 110aa3b

Please sign in to comment.