Skip to content

Commit

Permalink
Update dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
a-novi committed Jan 22, 2024
1 parent 92f44ca commit 3ee83f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ jobs:
runs-on: ubuntu-latest
# needs: unit-tests
steps:
- name: Install Java 11.0.21
- name: Install Java 11.0.20
uses: actions/setup-java@v3
with:
java-version: '11.0.21'
java-version: '11.0.20'
distribution: adopt
architecture: x64

Expand Down

0 comments on commit 3ee83f4

Please sign in to comment.