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 de8b128 commit d731f52Copy full SHA for d731f52
.github/workflows/php.yml
@@ -12,7 +12,7 @@ jobs:
12
fail-fast: false # dont fast fail
13
matrix:
14
php: [7.1, 7.2, 7.3, 7.4] #
15
- os: [ubuntu-latest, windows-latest, macOS-latest]
+ os: [ubuntu-latest, macOS-latest] # windows-latest,
16
17
steps:
18
- uses: actions/checkout@v1
0 commit comments