Skip to content

Commit d731f52

Browse files
committed
up action config
1 parent de8b128 commit d731f52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: false # dont fast fail
1313
matrix:
1414
php: [7.1, 7.2, 7.3, 7.4] #
15-
os: [ubuntu-latest, windows-latest, macOS-latest]
15+
os: [ubuntu-latest, macOS-latest] # windows-latest,
1616

1717
steps:
1818
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)