Skip to content

Commit

Permalink
Update the windows build checks
Browse files Browse the repository at this point in the history
  • Loading branch information
duncan3dc committed Oct 30, 2024
1 parent a20112f commit fb1409a
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/buildcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,11 @@ jobs:
run: docker exec ci composer validate --strict

windows:
runs-on: windows-2019
runs-on: windows-latest
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
steps:
- uses: actions/checkout@master
- uses: nanasess/setup-php@master
- uses: nanasess/composer-installer-action@master
- name: Install dependencies
run: composer update
- name: Run test suite
run: vendor/bin/phpunit
- uses: actions/checkout@v4
- uses: nanasess/setup-php@v4
- run: composer update
- run: vendor/bin/phpunit

0 comments on commit fb1409a

Please sign in to comment.