Skip to content

Commit

Permalink
Update test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim authored Nov 7, 2024
1 parent 71b5766 commit 88a42e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ on:

jobs:
unit:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4

- name: Install dependencies
run: composer install

- name: Run tests
run: vendor/bin/phpunit
run: vendor/bin/phpunit

0 comments on commit 88a42e6

Please sign in to comment.