Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur committed Aug 22, 2024
1 parent 6e0913b commit 6c77092
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-14]
os: [windows-latest]
name: Test on ${{ matrix.os}}
steps:
- name: Setup PHP
uses: shivammathur/setup-php@verbose
with:
php-version: 8.4
extensions: ast-1.1.1
- run: |
python --version
gci env:

0 comments on commit 6c77092

Please sign in to comment.