Skip to content

Commit

Permalink
ci versions
Browse files Browse the repository at this point in the history
  • Loading branch information
stovak committed Jan 28, 2025
1 parent 8ddc50c commit bde6d9b
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
linting:
runs-on: ubuntu-latest
container:
image: quay.io/pantheon-public/build-tools-ci:v8.2
image: quay.io/pantheon-public/build-tools-ci:8.x-php8.2
options: --user root
name: Code linting
env:
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
phpcompatibility:
runs-on: ubuntu-latest
container:
image: quay.io/pantheon-public/build-tools-ci:v8.2
image: quay.io/pantheon-public/build-tools-ci:8.x-php8.2
name: PHP Compatibility
steps:

Expand All @@ -59,7 +59,7 @@ jobs:
fail-fast: false
runs-on: ubuntu-latest
container:
image: quay.io/pantheon-public/build-tools-ci:8.x-php8.1
image: quay.io/pantheon-public/build-tools-ci:8.x-php8.2
options: --user root
name: Build and test (Drupal ${{ matrix.drupal-version }})
env:
Expand All @@ -80,12 +80,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
ini-values: post_max_size=256M, max_execution_time=120

- name: Login
run: |
git config --global user.email "$GIT_EMAIL"
Expand Down

0 comments on commit bde6d9b

Please sign in to comment.