Skip to content

Commit 39dea7c

Browse files
Remove Windows from pipeline
1 parent f19647f commit 39dea7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ on:
99

1010
jobs:
1111
unit:
12-
name: "Unit and mutation tests for PHP ${{ matrix.php-version }} on ${{ matrix.os }}"
12+
name: "Unit and mutation tests for PHP ${{ matrix.php-version }}"
1313
runs-on: ${{ matrix.os }}
1414
continue-on-error: true
1515

1616
strategy:
1717
matrix:
18-
os: [ "ubuntu-latest", "windows-latest" ]
18+
os: [ "ubuntu-latest" ]
1919
php-version: [ "7.4", "8.0", "8.1" ]
2020

2121
env:

0 commit comments

Comments
 (0)