Skip to content

Commit

Permalink
back to java11
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieun committed May 1, 2024
1 parent 542b2c6 commit 7bae07d
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 @@ -21,11 +21,11 @@ jobs:

# Setup
- uses: actions/checkout@v2
- name: Set up JDK 21
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 21
java-version: 11
# - name: Set up Python
# uses: actions/setup-python@v2
# with:
Expand Down

0 comments on commit 7bae07d

Please sign in to comment.