Skip to content

Commit

Permalink
github actions upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikzogg committed Nov 26, 2022
1 parent 1e21332 commit 76d4551
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: composer test
uses: docker://chubbyphp/ci-php80:latest
env:
Expand All @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: composer test
uses: docker://chubbyphp/ci-php81:latest
env:
Expand Down

0 comments on commit 76d4551

Please sign in to comment.