mirror of
https://github.com/pestphp/pest.git
synced 2026-07-25 11:00:02 +02:00
fix: skip windows for now
This commit is contained in:
@@ -12,7 +12,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: true
|
fail-fast: true
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
os: [ubuntu-latest, macos-latest] # windows-latest
|
||||||
symfony: ['7.3']
|
symfony: ['7.3']
|
||||||
php: ['8.3', '8.4']
|
php: ['8.3', '8.4']
|
||||||
dependency_version: [prefer-stable]
|
dependency_version: [prefer-stable]
|
||||||
|
|||||||
Reference in New Issue
Block a user