Skip to content

Commit

Permalink
revert to 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stovak committed Jan 28, 2025
1 parent bde6d9b commit 06398c2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 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:8.x-php8.2
image: quay.io/pantheon-public/build-tools-ci:8.x-php8.1
options: --user root
name: Code linting
env:
Expand Down Expand Up @@ -42,8 +42,6 @@ jobs:

phpcompatibility:
runs-on: ubuntu-latest
container:
image: quay.io/pantheon-public/build-tools-ci:8.x-php8.2
name: PHP Compatibility
steps:

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

0 comments on commit 06398c2

Please sign in to comment.