Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

chore: sync workflows #84

Merged
merged 1 commit into from
Oct 4, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflow-settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@
"Using version",
"ci-helper",
"tests/bootstrap.php"
]
],
"CHANGE_TEMPLATE": "- [ ] ${TITLE} (#${NUMBER}) @${AUTHOR}"
}
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
os: [ubuntu-16.04, ubuntu-latest, ubuntu-20.04, macos-latest]
os: [ubuntu-18.04, ubuntu-latest, ubuntu-20.04, macos-latest]
steps:
- name: Set running flag
run: echo "RUNNING=1" >> $GITHUB_ENV
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr-updated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
TITLE: ${{ env.PR_BODY_TITLE }}
LINK_ISSUE_KEYWORD: ${{ (startsWith(github.head_ref, 'release/') && 'closes') || '' }}
FILTER_PR: true
CHANGE_TEMPLATE: ${{ env.CHANGE_TEMPLATE }}

manageRelease:
name: Manage release
Expand Down