Skip to content

Commit ddea034

Browse files
committed
FU test win
1 parent fc5f0a6 commit ddea034

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
PHPUnit:
99
name: PHPUnit (PHP ${{ matrix.php }})
10-
runs-on: ubuntu-22.04
10+
runs-on: windows-2022
1111
strategy:
1212
matrix:
1313
php:
@@ -19,11 +19,13 @@ jobs:
1919
- 7.3
2020
- 7.2
2121
- 7.1
22+
fail-fast: false
2223
steps:
2324
- uses: actions/checkout@v4
2425
- uses: shivammathur/setup-php@v2
2526
with:
2627
php-version: ${{ matrix.php }}
28+
extensions: xdebug-stable # temporarily force stable Xdebug due to segfault on Windows with 3.5.0-dev
2729
coverage: xdebug
2830
ini-file: development
2931
- run: composer install

0 commit comments

Comments
 (0)