Skip to content

Commit

Permalink
Java 11 as a minimal requirement for Bootique
Browse files Browse the repository at this point in the history
  • Loading branch information
andrus committed Oct 24, 2021
1 parent 273ff59 commit f2959aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
continue-on-error: ${{ matrix.java == '17' }}
strategy:
matrix:
java: [ 8, 11, 17 ]
java: [ 11, 17 ]

steps:
- name: Checkout...
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
# skip this for the release versions
if: contains(env.POM_VERSION, '-SNAPSHOT')
with:
java-version: 1.8
java-version: 11

- name: Retrieve mvn repo cache...
uses: actions/cache@v2
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.bootique.modules.parent</groupId>
<artifactId>bootique-modules-parent</artifactId>
<version>3.0.1</version>
<version>3.0.3</version>
</parent>

<groupId>io.bootique.cxf</groupId>
Expand Down

0 comments on commit f2959aa

Please sign in to comment.