Skip to content

Commit

Permalink
Use LTS version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jhonnyg committed Nov 21, 2024
1 parent 3a2816e commit 0f97c13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/bob.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-java@v3
with:
java-version: '21.0.5+11'
java-version: '21.0.5+11.0.LTS'
architecture: x64
distribution: 'temurin'

Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-java@v3
with:
java-version: '21.0.5+11'
java-version: '21.0.5+11.0.LTS'
architecture: x64
distribution: 'temurin'

Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-java@v3
with:
java-version: '21.0.5+11'
java-version: '21.0.5+11.0.LTS'
architecture: x64
distribution: 'temurin'

Expand Down

0 comments on commit 0f97c13

Please sign in to comment.