Skip to content

Commit

Permalink
#48 Bumped java version
Browse files Browse the repository at this point in the history
  • Loading branch information
rnyholm committed Feb 16, 2024
1 parent d1ccfcf commit 9dbd9bd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Runners Calculator build
name: Build

on:
push:
Expand All @@ -20,11 +20,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: set up JDK 11
- name: set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
java-version: '17'
distribution: 'zulu'
cache: gradle

- name: Grant execute permission for gradlew
Expand Down

0 comments on commit 9dbd9bd

Please sign in to comment.