From 73960728bb06f479ef7355eef29fd137cba2562c Mon Sep 17 00:00:00 2001 From: Greg Anderson Date: Sun, 15 Dec 2024 11:47:47 -0800 Subject: [PATCH] No longer test on or use PHP 7.4 in CI --- .github/workflows/3x.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/3x.yml b/.github/workflows/3x.yml index 43b1a64d7..33e11bd18 100644 --- a/.github/workflows/3x.yml +++ b/.github/workflows/3x.yml @@ -24,7 +24,7 @@ jobs: checkout_build: runs-on: ubuntu-latest container: - image: quay.io/pantheon-public/php-ci:v7.4 + image: quay.io/pantheon-public/php-ci:v8.2 name: Checkout & build Phar steps: - name: Checkout @@ -58,7 +58,7 @@ jobs: strategy: matrix: operating-system: [ 'macos-latest' ] - php-versions: [ '7.4', '8.2', '8.4' ] + php-versions: [ '8.2', '8.4' ] max-parallel: 1 env: TERMINUS_TOKEN: ${{ secrets.TERMINUS_TOKEN }} @@ -127,7 +127,7 @@ jobs: runs-on: ubuntu-latest name: Release container: - image: quay.io/pantheon-public/php-ci:v7.4 + image: quay.io/pantheon-public/php-ci:v8.2 needs: [ functional ] if: ${{ startsWith(github.ref, 'refs/tags/') && github.repository == 'pantheon-systems/terminus' }} steps: