Skip to content

Commit

Permalink
docker, actions: Update for Ubuntu 24.04 (#39548)
Browse files Browse the repository at this point in the history
GitHub is preparing to roll out Ubuntu 24.04 to Actions. This prepares
us for that.

* Update our own Docker development environment to be based on 24.04.
* `svn` has been removed from the default Actions image. Install it
  manually where needed.

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/11056555596

Upstream-Ref: Automattic/jetpack@cc8772d
  • Loading branch information
anomiex authored and matticbot committed Sep 26, 2024
1 parent b63a85c commit c092867
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/wp-svn-autopublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
fi
exit $EXIT
- name: Install svn
run: command -v svn || sudo apt-get install -y subversion

- uses: actions/checkout@v4
with:
path: src
Expand Down

0 comments on commit c092867

Please sign in to comment.