mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
chore: run tests on windows
This commit is contained in:
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -7,7 +7,7 @@ jobs:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest] # (windows-latest) 2.x-dev is under development
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
php: ['8.1', '8.2']
|
||||
dependency-version: [prefer-lowest, prefer-stable]
|
||||
parallel: ['', '--parallel']
|
||||
@ -38,7 +38,7 @@ jobs:
|
||||
|
||||
- name: Unit Tests
|
||||
run: test:parallel
|
||||
if: ${{ false }} # 2.x-dev is under development
|
||||
if: ${{ false }} # Parallel's not yet supported.
|
||||
|
||||
- name: Integration Tests
|
||||
run: composer test:integration
|
||||
|
||||
Reference in New Issue
Block a user