Skip to content

Commit 2542ebb

Browse files
committed
Windows build
1 parent d2c85f3 commit 2542ebb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,12 @@ jobs:
8585

8686
tests:
8787
name: "Tests"
88-
runs-on: "ubuntu-latest"
88+
runs-on: ${{ matrix.operating-system }}
8989

9090
strategy:
9191
fail-fast: false
9292
matrix:
93+
operating-system: [ubuntu-latest, windows-latest]
9394
php-version:
9495
- "7.2"
9596
- "7.3"

0 commit comments

Comments
 (0)