Skip to content

Commit

Permalink
GitHub Action: Not compatible with Windows at the moment
Browse files Browse the repository at this point in the history
  • Loading branch information
pH-7 committed Jan 16, 2022
1 parent a306cf9 commit ba96b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ 'ubuntu-latest', 'windows-latest', 'macos-latest' ]
os: [ 'ubuntu-latest', 'macos-latest' ]
php-versions: [ '7.1', '7.2', '7.3', '7.4' ]
phpunit-version: [ '9.5' ]
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.os }}
Expand Down

0 comments on commit ba96b9d

Please sign in to comment.