Skip to content

Commit

Permalink
ci: adjust github workflows conf
Browse files Browse the repository at this point in the history
  • Loading branch information
franklai committed Dec 2, 2023
1 parent 690b060 commit bab370c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ on:

jobs:
link-test:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: php-actions/composer@v6
- uses: php-actions/phpunit@v3
with:
Expand Down

0 comments on commit bab370c

Please sign in to comment.