Skip to content

UHF-9103, UHF-9104: Drop php 8.0 and chromium/chromedriver support #2

UHF-9103, UHF-9104: Drop php 8.0 and chromium/chromedriver support

UHF-9103, UHF-9104: Drop php 8.0 and chromium/chromedriver support #2

Workflow file for this run

on:
pull_request:
paths:
- 'ci/drupal/**'
- '.github/workflows/php-ci.yml'
push:
branches: [ main ]
paths:
- 'ci/drupal/**'
- '.github/workflows/php-ci.yml'
jobs:
build-ci-image:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
image: tonistiigi/binfmt:latest
platforms: amd64,arm64
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Run tests
run: make test-php