Skip to content

Commit

Permalink
Java 18 wasn't out yet
Browse files Browse the repository at this point in the history
  • Loading branch information
Björn Ekryd committed May 22, 2022
1 parent f07877b commit c39516b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
docker:
- image: cimg/openjdk:17.0
<<: *shared
jdk18:
parallelism: 10
docker:
- image: cimg/openjdk:18.0
<<: *shared
jdk11:
docker:
- image: cimg/openjdk:11.0
Expand All @@ -54,9 +59,6 @@ workflows:
work:
jobs:
- jdk17
- jdk18:
requires:
- jdk17
- jdk11:
filters: # using regex filters requires the entire branch to match
branches:
Expand Down

0 comments on commit c39516b

Please sign in to comment.