Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mtvbrianking committed Apr 15, 2024
1 parent 78946c6 commit 8c6af99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: true
matrix:
php: [8.0, 8.1, '8.2']
laravel: [^7.0, ^8.0, ^9.0, ^10.0, '11.0']
laravel: [^7.0, ^8.0, ^9.0, ^10.0, '^11.0']
include:
- laravel: ^10.0
testbench: ^8.0
Expand Down

0 comments on commit 8c6af99

Please sign in to comment.