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 eb1a959 commit 84c78b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
while ! nc -z localhost 27017; do sleep 0.1; done
while ! nc -z localhost 5432; do sleep 0.1; done
- name: composer test
uses: docker://chubbyphp/ci-php81:latest
uses: docker://ghcr.io/chubbyphp/ci-php81:latest
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MONGODB_URI: "mongodb://root:root@172.17.0.1:27017"
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
while ! nc -z localhost 27017; do sleep 0.1; done
while ! nc -z localhost 5432; do sleep 0.1; done
- name: composer test
uses: docker://chubbyphp/ci-php82:latest
uses: docker://ghcr.io/chubbyphp/ci-php82:latest
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MONGODB_URI: "mongodb://root:root@172.17.0.1:27017"
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
while ! nc -z localhost 27017; do sleep 0.1; done
while ! nc -z localhost 5432; do sleep 0.1; done
- name: composer test
uses: docker://chubbyphp/ci-php83:latest
uses: docker://ghcr.io/chubbyphp/ci-php83:latest
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MONGODB_URI: "mongodb://root:root@172.17.0.1:27017"
Expand Down

0 comments on commit 84c78b3

Please sign in to comment.