Skip to content

Commit

Permalink
fix: missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
saade committed Feb 15, 2023
1 parent 07f6ce6 commit 279be55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
php: [8.0 8.1]
laravel: [8.* 9.* 10.*]
php: [8.0, 8.1]
laravel: [8.*, 9.*, 10.*]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: 8.*
Expand Down

0 comments on commit 279be55

Please sign in to comment.