Skip to content

Commit

Permalink
fix: use our own prod image for CI runs
Browse files Browse the repository at this point in the history
  • Loading branch information
kaplan-michael committed Jan 14, 2025
1 parent 4221532 commit f78da18
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Install & Cache Dependencies

runs-on: ubuntu-latest
container: docker.io/composer/composer:2
container: quay.io/kissj/php-ubi

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
stan:
name: Static Analysis
runs-on: ubuntu-latest
container: docker.io/composer/composer:2
container: quay.io/kissj/php-ubi
needs: deps
steps:

Expand All @@ -71,7 +71,7 @@ jobs:
unit:
name: Unit Tests
runs-on: ubuntu-latest
container: docker.io/composer/composer:2
container: quay.io/kissj/php-ubi
needs: deps
steps:

Expand All @@ -93,7 +93,7 @@ jobs:
lint:
name: Check PHP syntax
runs-on: ubuntu-latest
container: docker.io/composer/composer:2
container: quay.io/kissj/php-ubi
needs: deps
steps:

Expand All @@ -107,7 +107,7 @@ jobs:
# cs:
# name: CodeSniffer
# runs-on: ubuntu-latest
# container: docker.io/composer/composer:2.2.12
# container: quay.io/kissj/php-ubi
# needs: deps
# steps:
#
Expand Down

0 comments on commit f78da18

Please sign in to comment.