mirror of
https://github.com/flextype/flextype.git
synced 2025-08-06 13:16:45 +02:00
Update ci.yml
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest]
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
php: ['7.4', '8.0', '8.1']
|
||||
dependency-version: [prefer-stable]
|
||||
|
||||
@@ -49,6 +49,7 @@ jobs:
|
||||
run: ./vendor/bin/pest --coverage
|
||||
|
||||
support:
|
||||
needs: [tests]
|
||||
name: Discord Notification
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
Reference in New Issue
Block a user