Skip to content

Commit

Permalink
Run on java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
rubengees committed Sep 6, 2024
1 parent baf53cf commit 7a440f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup JDK
uses: actions/setup-java@v4
with:
java-version: 8
java-version: 11
distribution: temurin

- name: Setup Gradle
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 8, 17, 21 ]
java: [ 11, 17, 21 ]

steps:
- name: Checkout
Expand Down

0 comments on commit 7a440f6

Please sign in to comment.