Skip to content

Commit

Permalink
github: workflow run test
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanalhattami committed Apr 21, 2024
1 parent cce23f4 commit 6aeaa49
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 @@ -13,11 +13,11 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.2, 8.1]
laravel: [10.*]
php: [8.3, 8.2]
laravel: [11.*]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: 10.*
- laravel: 11.*
testbench: 8.*
carbon: 2.*

Expand Down

0 comments on commit 6aeaa49

Please sign in to comment.