-
Notifications
You must be signed in to change notification settings - Fork 195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update 3x.yml #2653
base: 3.x
Are you sure you want to change the base?
Update 3x.yml #2653
Changes from 3 commits
17fb64f
e8ba7df
d967cc5
c3413b4
6687c21
353cb73
17ba55a
516135f
f399a59
500acc4
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,7 +58,7 @@ jobs: | |
strategy: | ||
matrix: | ||
operating-system: [ 'macos-latest' ] | ||
php-versions: [ '7.4', '8.2', '8.3' ] | ||
php-versions: [ '7.4', '8.0', '8.4' ] | ||
max-parallel: 1 | ||
env: | ||
TERMINUS_TOKEN: ${{ secrets.TERMINUS_TOKEN }} | ||
|
@@ -76,6 +76,7 @@ jobs: | |
TERMINUS_VERIFY_HOST_CERT: ${{ vars.TERMINUS_VERIFY_HOST_CERT }} | ||
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1 | ||
HOMBEBREW_NO_AUTO_UPDATE: 1 | ||
TERMINUS_ALLOW_UNSUPPORTED_NEWER_PHP: 1 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Don't set this in CI, update wherever those supported values are set. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. My intention was just to surface errors in this PR to address them later. But I've failed to do so 😂 I guess we will wait until we actually prioritize a ticket to provide this support :) |
||
needs: [ checkout_build ] | ||
steps: | ||
- name: Install SSH key | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
8.0 is EoL