Skip to content

Commit

Permalink
Update java version in automated_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LKress committed Jun 14, 2024
1 parent 9307d25 commit 20ffa13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/automated_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v4
- uses: actions/setup-java@v3
with:
distribution: 'zulu' # See 'Supported distributions' for available options
java-version: '8'
java-version: '11'
- uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: true
Expand Down

0 comments on commit 20ffa13

Please sign in to comment.