Skip to content

Commit

Permalink
Downgrade release to java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
mrttrifork committed Sep 17, 2024
1 parent 67dc507 commit b43a1d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Set up JDK 17
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
java-version: '11'
cache: 'maven'

- name: Build and test code with Maven
Expand Down

0 comments on commit b43a1d4

Please sign in to comment.