Skip to content

Commit

Permalink
Merge pull request #738 from Philippus/add-java-21-to-build-matrix
Browse files Browse the repository at this point in the history
Add java 21 to build matrix
  • Loading branch information
dubinsky authored Oct 28, 2024
2 parents 4cbf588 + 4b25e81 commit 5b12b41
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ executors:
docker:
- image: circleci/openjdk:17-buster
resource_class: small
scala_jdk21_executor:
docker:
- image: cimg/openjdk:21.0-node
resource_class: small

commands:
sbt_cmd:
Expand Down Expand Up @@ -127,6 +131,18 @@ workflows:
name: jdk17_3.x
java_version: jdk17
scala_version: 3.3.4
- scala_job:
name: jdk21_2.12.x
java_version: jdk21
scala_version: 2.12.20
- scala_job:
name: jdk21_2.13.x
java_version: jdk21
scala_version: 2.13.15
- scala_job:
name: jdk21_3.x
java_version: jdk21
scala_version: 3.3.4
- scalajs_job:
name: sjs1.0_2.12.x
scala_version: 2.12.20
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: [8, 11, 17]
java: [8, 11, 17, 21]
scala: [2.12.x, 2.13.x, 3.x]
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 5b12b41

Please sign in to comment.