Skip to content

Commit

Permalink
Upgrade build images (#461)
Browse files Browse the repository at this point in the history
  • Loading branch information
svroonland authored Nov 21, 2024
1 parent c1e5fdc commit e028ad5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ parameters:
jobs:
lint:
docker:
- image: sbtscala/scala-sbt:eclipse-temurin-jammy-17.0.5_8_1.8.2_2.13.10
- image: sbtscala/scala-sbt:eclipse-temurin-17.0.13_11_1.10.5_2.13.15
steps:
- checkout
- restore_cache:
Expand All @@ -20,7 +20,7 @@ jobs:
- "~/.m2"
check_docs:
docker:
- image: sbtscala/scala-sbt:eclipse-temurin-jammy-17.0.5_8_1.8.2_2.13.10
- image: sbtscala/scala-sbt:eclipse-temurin-17.0.13_11_1.10.5_2.13.15
steps:
- checkout
- restore_cache:
Expand All @@ -29,7 +29,7 @@ jobs:

test213_jdk17:
docker:
- image: sbtscala/scala-sbt:eclipse-temurin-jammy-17.0.5_8_1.8.2_2.13.10
- image: sbtscala/scala-sbt:eclipse-temurin-17.0.13_11_1.10.5_2.13.15

steps:
- checkout
Expand All @@ -44,7 +44,7 @@ jobs:
- "~/.m2"
test213_jdk11:
docker:
- image: sbtscala/scala-sbt:eclipse-temurin-jammy-11.0.17_8_1.8.2_2.13.10
- image: sbtscala/scala-sbt:eclipse-temurin-17.0.13_11_1.10.5_2.13.15
steps:
- checkout
- restore_cache:
Expand All @@ -58,7 +58,7 @@ jobs:
- "~/.m2"
test_dotty_jdk17:
docker:
- image: sbtscala/scala-sbt:eclipse-temurin-jammy-17.0.5_8_1.8.2_3.2.2
- image: sbtscala/scala-sbt:eclipse-temurin-17.0.13_11_1.10.5_3.3.4
steps:
- checkout
- restore_cache:
Expand All @@ -72,7 +72,7 @@ jobs:
- "~/.m2"
release:
docker:
- image: sbtscala/scala-sbt:eclipse-temurin-jammy-17.0.5_8_1.8.2_2.13.10
- image: sbtscala/scala-sbt:eclipse-temurin-17.0.13_11_1.10.5_2.13.15
steps:
- checkout
- run: git fetch --tags
Expand All @@ -87,7 +87,7 @@ jobs:

publish_docs:
docker:
- image: sbtscala/scala-sbt:eclipse-temurin-jammy-17.0.5_8_1.8.2_2.13.10
- image: sbtscala/scala-sbt:eclipse-temurin-17.0.13_11_1.10.5_2.13.15
steps:
- checkout
- run: apt-get update
Expand Down

0 comments on commit e028ad5

Please sign in to comment.