Skip to content

Commit 8b5acaa

Browse files
authored
Update GitHub action to use Ubuntu 22.04 (#57)
* Update GitHub action to use Ubuntu 22.04 --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/OpenForgeProject/ddev-woodoo-buildtools-magento?shareId=XXXX-XXXX-XXXX-XXXX). * Update `runs-on` from `ubuntu-20.04` to `ubuntu-22.04` in `tests.yml` * Update GitHub Actions workflow and changelog * **GitHub Actions workflow** - Update `runs-on` from `ubuntu-20.04` to `ubuntu-22.04` - Remove `gautamkrishnar/keepalive-workflow@v1` step * **Changelog** - Add entry for updating GitHub action test to use `ubuntu-22.04` - Add entry for removing `gautamkrishnar/keepalive-workflow@v1` step
1 parent 50cde03 commit 8b5acaa

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
# ddev_version: [stable, edge, HEAD, PR]
3939
fail-fast: false
4040

41-
runs-on: ubuntu-20.04
41+
runs-on: ubuntu-22.04
4242

4343
steps:
4444
- uses: actions/checkout@v3
@@ -81,8 +81,3 @@ jobs:
8181

8282
- name: tests
8383
run: bats tests
84-
85-
# keepalive-workflow adds a dummy commit if there's no other action here, keeps
86-
# GitHub from turning off tests after 60 days
87-
- uses: gautamkrishnar/keepalive-workflow@v1
88-
if: matrix.ddev_version == 'stable'

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ All notable changes to this project will be documented in this file.
77
## UNRELEASED Changes
88

99
- change: change support message
10+
- update: GitHub action test to use `ubuntu-22.04`
11+
- remove: `gautamkrishnar/keepalive-workflow@v1` step
1012

1113
---
1214

0 commit comments

Comments
 (0)