We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3356bd commit c8c74e2Copy full SHA for c8c74e2
.github/workflows/run-tests.yml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
fail-fast: false
13
matrix:
14
- os: [ubuntu-latest, windows-latest]
+ os: [ubuntu-latest]
15
php: [8.2, 8.1, 8.0, 7.4]
16
laravel: ['8.*', '9.*', '10.*', '11.*']
17
dependency-version: [prefer-lowest, prefer-stable]
0 commit comments