Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Chance-fyi committed Apr 10, 2024
1 parent 920e8e0 commit c4cc7a6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ on:
- cron: 0 0 * * 5

jobs:
plugin-test-linux:
plugin-test-windows:
strategy:
matrix:
# ref: https://github.com/actions/runner-images
os: [ windows-latest]
os: [windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
Expand All @@ -32,4 +32,3 @@ jobs:
php -v
php -m
composer -V

0 comments on commit c4cc7a6

Please sign in to comment.