aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadon Rosborough <radon@intuitiveexplanations.com>2023-11-11 16:28:17 -0800
committerGitHub <noreply@github.com>2023-11-11 16:28:17 -0800
commit598ef3c7cbe718925cece64ad28b2061969fe4a8 (patch)
treec01dc5d3073da358892e9c05c52231366e624874
parentf884d1d61108d4942dd02c95bf5fd05daeedf47e (diff)
Small fixes (#245)
Some things I noticed from https://github.com/radian-software/apheleia/pull/242 but didn't want to patch in place because CI had passed already.
-rw-r--r--CHANGELOG.md3
-rw-r--r--test/formatters/Dockerfile2
2 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ffe01b3..e569c40 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -41,7 +41,7 @@ The format is based on [Keep a Changelog].
* The new `scripts/pnp-bin.js` script is standalone minified nodejs built
from the [`pnp-bin`](https://github.com/PuddleByteComputing/pnp-bin) repo,
extracted from apheleia PR [#200].
-* Test environment bumped from Ubuntu 20.04 to 22.04
+* Test environment bumped from Ubuntu 20.04 to 22.04 ([#242]).
### Bugs fixed
* `ktlint` would emit log messages into its stdout when formatting,
@@ -105,6 +105,7 @@ The format is based on [Keep a Changelog].
[#223]: https://github.com/radian-software/apheleia/pull/223
[#231]: https://github.com/radian-software/apheleia/pull/231
[#236]: https://github.com/radian-software/apheleia/pull/236
+[#242]: https://github.com/radian-software/apheleia/pull/242
## 3.2 (released 2023-02-25)
### Features
diff --git a/test/formatters/Dockerfile b/test/formatters/Dockerfile
index 3535642..8ff0ca7 100644
--- a/test/formatters/Dockerfile
+++ b/test/formatters/Dockerfile
@@ -1,4 +1,4 @@
-# Ubuntu 20.04 LTS supported until April 2025
+# Ubuntu 22.04 LTS supported until April 2027
FROM ubuntu:22.04 AS common
WORKDIR /build