We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4fb2df commit 9d1b61fCopy full SHA for 9d1b61f
1 file changed
.github/workflows/github.yml
@@ -19,7 +19,7 @@ jobs:
19
strategy:
20
fail-fast: false
21
matrix:
22
- operating-system: [ubuntu-latest, macos-latest]
+ operating-system: [ubuntu-latest, macos-latest, windows-latest]
23
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']
24
steps:
25
- uses: actions/checkout@v3
0 commit comments