File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
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 :
You can’t perform that action at this time.
0 commit comments