We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17fb64f commit e8ba7dfCopy full SHA for e8ba7df
.github/workflows/3x.yml
@@ -58,7 +58,7 @@ jobs:
58
strategy:
59
matrix:
60
operating-system: [ 'macos-latest' ]
61
- php-versions: [ '7.4', '8.3', '8.4' ]
+ php-versions: [ '7.4', '8.0', '8.4' ]
62
max-parallel: 1
63
env:
64
TERMINUS_TOKEN: ${{ secrets.TERMINUS_TOKEN }}
@@ -76,6 +76,7 @@ jobs:
76
TERMINUS_VERIFY_HOST_CERT: ${{ vars.TERMINUS_VERIFY_HOST_CERT }}
77
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1
78
HOMBEBREW_NO_AUTO_UPDATE: 1
79
+ TERMINUS_ALLOW_UNSUPPORTED_NEWER_PHP: 1
80
needs: [ checkout_build ]
81
steps:
82
- name: Install SSH key
0 commit comments