File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
- name : checkout
14
14
uses : actions/checkout@v4
15
15
- name : composer test
16
- uses : docker://chubbyphp/ci-php81:latest
16
+ uses : docker://ghcr.io/ chubbyphp/ci-php81:latest
17
17
env :
18
18
COVERALLS_REPO_TOKEN : ${{ secrets.GITHUB_TOKEN }}
19
19
STRYKER_DASHBOARD_API_KEY : ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
24
24
- name : checkout
25
25
uses : actions/checkout@v4
26
26
- name : composer test
27
- uses : docker://chubbyphp/ci-php82:latest
27
+ uses : docker://ghcr.io/ chubbyphp/ci-php82:latest
28
28
env :
29
29
COVERALLS_REPO_TOKEN : ${{ secrets.GITHUB_TOKEN }}
30
30
STRYKER_DASHBOARD_API_KEY : ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
35
35
- name : checkout
36
36
uses : actions/checkout@v4
37
37
- name : composer test
38
- uses : docker://chubbyphp/ci-php83:latest
38
+ uses : docker://ghcr.io/ chubbyphp/ci-php83:latest
39
39
env :
40
40
COVERALLS_REPO_TOKEN : ${{ secrets.GITHUB_TOKEN }}
41
41
STRYKER_DASHBOARD_API_KEY : ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
You can’t perform that action at this time.
0 commit comments