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 d49ac4e commit 9e8c330Copy full SHA for 9e8c330
.github/workflows/run-tests.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
fail-fast: true
14
matrix:
15
- os: [ubuntu-latest] #, windows-latest
+ os: [ubuntu-latest, windows-latest]
16
php: [8.3, 8.2, 8.1]
17
laravel: [11.*, 10.*,]
18
stability: [prefer-stable] #prefer-lowest,
0 commit comments