Skip to content

Commit

Permalink
fix: Update java version in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thejustinwalsh authored Jan 26, 2024
1 parent 3f20a84 commit 1723b16
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
- uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
java-version: '17'
- uses: dapetcu21/[email protected]
- run: 'java -jar $BOB build'

0 comments on commit 1723b16

Please sign in to comment.