Skip to content

Commit 7396072

Browse files
No longer test on or use PHP 7.4 in CI
1 parent 9aa7a68 commit 7396072

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/3x.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
checkout_build:
2525
runs-on: ubuntu-latest
2626
container:
27-
image: quay.io/pantheon-public/php-ci:v7.4
27+
image: quay.io/pantheon-public/php-ci:v8.2
2828
name: Checkout & build Phar
2929
steps:
3030
- name: Checkout
@@ -58,7 +58,7 @@ jobs:
5858
strategy:
5959
matrix:
6060
operating-system: [ 'macos-latest' ]
61-
php-versions: [ '7.4', '8.2', '8.4' ]
61+
php-versions: [ '8.2', '8.4' ]
6262
max-parallel: 1
6363
env:
6464
TERMINUS_TOKEN: ${{ secrets.TERMINUS_TOKEN }}
@@ -127,7 +127,7 @@ jobs:
127127
runs-on: ubuntu-latest
128128
name: Release
129129
container:
130-
image: quay.io/pantheon-public/php-ci:v7.4
130+
image: quay.io/pantheon-public/php-ci:v8.2
131131
needs: [ functional ]
132132
if: ${{ startsWith(github.ref, 'refs/tags/') && github.repository == 'pantheon-systems/terminus' }}
133133
steps:

0 commit comments

Comments
 (0)