1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-08 06:06:45 +02:00

feat(tests): okey, remove tests for windows servers for now #477

This commit is contained in:
Awilum
2020-11-21 23:12:08 +03:00
parent a3894ac3f3
commit 09efeb71ec

View File

@@ -6,7 +6,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest]
php: ['7.3', '7.4', '8.0']
dependency-version: [prefer-stable]