We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5092d53 commit 54f48e8Copy full SHA for 54f48e8
.github/workflows/run-tests.yml
@@ -13,7 +13,7 @@ jobs:
13
fail-fast: true
14
matrix:
15
os: [ubuntu-latest, windows-latest]
16
- php: ['8.2', '8.1', '8.0']
+ php: [8.2, 8.1, 8.0]
17
laravel: [9.*, 10.*]
18
stability: [prefer-lowest, prefer-stable]
19
exclude:
0 commit comments