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

feat(tests): okey, let's go with unix systems for now #477

This commit is contained in:
Awilum
2020-11-21 23:16:19 +03:00
parent 09efeb71ec
commit 4e86bdee35

View File

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