We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 488fc58 commit 9b65da9Copy full SHA for 9b65da9
.github/workflows/run-tests.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
fail-fast: true
15
matrix:
16
- os: [ubuntu-latest, windows-latest]
+ os: [ubuntu-latest]
17
php: [8.3, 8.2, 8.1]
18
laravel: ['9.*', '10.*', '11.*', '12.*']
19
stability: [prefer-lowest, prefer-stable]
0 commit comments