Skip to content

Commit

Permalink
restoring quay
Browse files Browse the repository at this point in the history
  • Loading branch information
stovak committed Jan 28, 2025
1 parent e85d0c0 commit be2375f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ on:
jobs:
linting:
runs-on: ubuntu-latest
container:
image: quay.io/pantheon-public/php-ci:v8.1
name: Code linting
env:
TZ: "/usr/share/zoneinfo/America/Los_Angeles"
Expand Down Expand Up @@ -45,6 +47,8 @@ jobs:

phpcompatibility:
runs-on: ubuntu-latest
container:
image: quay.io/pantheon-public/php-ci:v8.1
name: PHP Compatibility
steps:

Expand Down

0 comments on commit be2375f

Please sign in to comment.