Skip to content

Commit

Permalink
test on newer php
Browse files Browse the repository at this point in the history
  • Loading branch information
stovak committed Jan 15, 2025
1 parent 9e50098 commit 4209693
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 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.1
image: quay.io/pantheon-public/build-tools-ci:8.x-php8.2
options: --user root
name: Code linting
env:
Expand Down Expand Up @@ -45,15 +45,15 @@ jobs:
- name: PHPCompatibility
uses: pantheon-systems/phpcompatibility-action@v1
with:
test-versions: 7.4-
test-versions: 8.2
build_test:
strategy:
matrix:
drupal-version: [ 10 ]
drupal-version: [ 10, 11 ]
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 Down

0 comments on commit 4209693

Please sign in to comment.