Skip to content

Commit 9d1b61f

Browse files
committed
refact - recover windows support
1 parent b4fb2df commit 9d1b61f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/github.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
operating-system: [ubuntu-latest, macos-latest]
22+
operating-system: [ubuntu-latest, macos-latest, windows-latest]
2323
php-versions: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
2424
steps:
2525
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)