Commit Graph

20 Commits

Author SHA1 Message Date
Alex Osborne dd11f87ce7 Enable dependabot updates monthly with minor updates grouped 2025-10-27 10:05:16 +09:00
Alex Osborne 1e502fba10 Limit permissions on github actions 2025-05-09 18:52:32 +09:00
Alex Osborne a7c2f826b9 Update CI tests from JDK 23 to 24 2025-03-21 13:19:44 +09:00
Alex Osborne 86473021d9 Update GitHub actions to use actions/cache@v4
https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down

Thanks to Sebastian Nagel for the heads up.
2025-03-12 00:03:48 +09:00
Alex Osborne 055f4f9f22 Require Java 17 minimum 2024-11-20 15:31:36 +09:00
Alex Osborne 5cfa5f02df Update CI tests from JDK 22 to 23 2024-10-18 20:45:11 +09:00
Alex Osborne 5424423e7d Add JDK 22 to test matrix 2024-05-15 23:14:51 +09:00
Alex Osborne a151937d4c Remove workaround for non-https builds.archive.org repository
It's now accessible over HTTPS, so we don't need this anymore.
2024-05-15 21:03:50 +09:00
Alex Osborne d3ca691f8d Update CI tests from JDK 20 to 21 2023-10-11 11:22:17 +09:00
Alex Osborne 1a27551e60 Update CI tests from JDK 19 to 20 2023-09-19 11:21:05 +09:00
Alex Osborne b0fb41e7b5 Update CI tests from JDK 18 to 19 2022-11-09 21:03:30 +09:00
Alex Osborne 0698545eec JDK18 support: Run GitHub CI tests on JDK 18 2022-04-01 11:34:11 +09:00
Alex Osborne 65c1025546 Make the docker build manually triggered
Currently it's only building the last interim release so there's not much point rerunning it on each commit.
2021-12-13 14:06:25 +09:00
Alex Osborne b73a8d0356 docker ci: set working-directory
Looks like the Dockerfile expects entrypoint.sh to be in the current working directory.
2021-12-13 14:01:45 +09:00
Alex Osborne bad8bbd1ee Move docker-image.yml to .github/workflows
Not sure why it ended up here as I created it through the new workflow wizard. I guess I hit a bug.
2021-12-13 13:58:55 +09:00
Alex Osborne 698341a1d6 Github action: test against JDK 17 (LTS) instead of 16 2021-09-30 09:12:54 +09:00
Geertjan Wielenga cdfe1b32b4 Adopt is no more, moving to Temurin 2021-09-11 07:44:04 +09:00
Alex Osborne f0d9385120 GitHub actions: run test suite on JDK 16 too 2021-07-25 14:11:13 +09:00
Alex Osborne 175f2938d1 Workaround Maven connection timeout in Github Action 2021-06-22 13:13:18 +09:00
Alex Osborne a5c610f488 Switch from Travis CI to Github Actions
The CI builds are no longer working as travis-ci.org has been
discontinued so switch to using Github Actions instead.

We need to use a custom settings.xml for now as Maven now blocks
non-https repositories by default and builds.archive.org isn't
available via https.
2021-06-22 12:16:08 +09:00