Get rid of windows

This commit is contained in:
Daniil Gentili 2020-08-24 14:25:58 +02:00
parent defa9c8390
commit 5886b51384
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest]
php-versions: ["7.0", "7.1", "7.2", "7.3", "7.4"]
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.os }}
steps: