Commit Graph

27 Commits

Author SHA1 Message Date
Alex Osborne 5ada2a784a Merge pull request #744 from internetarchive/dependabot/github_actions/actions/cache-6
Bump actions/cache from 5 to 6
2026-07-02 08:53:40 +09:00
dependabot[bot] a0eb9e5eac Bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v6...v7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-01 23:37:47 +00:00
dependabot[bot] d63e5c710d Bump actions/cache from 5 to 6
Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-01 23:37:44 +00:00
Alex Osborne 1f145f7926 CI: try running browser tests 2026-06-18 23:50:34 +09:00
dependabot[bot] 5744aa7cc3 Bump actions/setup-java from 2 to 5
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2 to 5.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v2...v5)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-17 17:17:53 +09:00
dependabot[bot] 2cbc5ec018 Bump actions/cache from 4 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-17 17:17:37 +09:00
dependabot[bot] e7fd9e0c3f Bump actions/checkout from 2 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-17 17:17:19 +09:00
Alex Osborne ab589e6b18 CI: Replace JDK 24 with 25 in build matrix 2025-10-27 15:46:11 +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