Skip to content

Commit

Permalink
Remove windows
Browse files Browse the repository at this point in the history
Signed-off-by: Lloric Mayuga Garcia <[email protected]>
  • Loading branch information
lloricode committed Oct 9, 2023
1 parent 56e09a3 commit f40b083
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest]
# os: [ubuntu-latest, windows-latest]
php: [8.3, 8.2, 8.1, 8.0]
stability: [prefer-lowest, prefer-stable]

Expand All @@ -23,7 +24,7 @@ jobs:
with:
php-version: ${{ matrix.php }}
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick, fileinfo
coverage: xdebug
coverage: pcov

- name: Setup problem matchers
run: |
Expand Down

0 comments on commit f40b083

Please sign in to comment.