Skip to content

Commit

Permalink
Use java 21 to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
velo committed Sep 19, 2023
1 parent 7480864 commit 82c453b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
executors:
java:
docker:
- image: velo/toolchains-4-ci-builds
- image: velo/toolchains-4-ci-builds:with-21

# common commands
commands:
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
- resolve-dependencies
- save_cache:
paths:
- ~/.m2
- ~/.m2/repository
key: feign-dependencies-{{ checksum "pom.xml" }}
- run:
name: 'Test'
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@

<!-- default bytecode version for src/main -->
<main.java.version>1.8</main.java.version>
<latest.java.version>17</latest.java.version>
<latest.java.version>21</latest.java.version>

<!-- default bytecode version for src/test -->
<maven.compiler.source>${main.java.version}</maven.compiler.source>
Expand Down

0 comments on commit 82c453b

Please sign in to comment.