Skip to content

Commit

Permalink
use ci with docker images on github
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikzogg committed Mar 13, 2024
1 parent 500da49 commit 96cd093
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: checkout
uses: actions/checkout@v4
- name: composer test
uses: docker://chubbyphp/ci-php81:latest
uses: docker://ghcr.io/chubbyphp/ci-php81:latest
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
Expand All @@ -24,7 +24,7 @@ jobs:
- name: checkout
uses: actions/checkout@v4
- name: composer test
uses: docker://chubbyphp/ci-php82:latest
uses: docker://ghcr.io/chubbyphp/ci-php82:latest
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
Expand All @@ -35,7 +35,7 @@ jobs:
- name: checkout
uses: actions/checkout@v4
- name: composer test
uses: docker://chubbyphp/ci-php83:latest
uses: docker://ghcr.io/chubbyphp/ci-php83:latest
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
Expand Down

0 comments on commit 96cd093

Please sign in to comment.