aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2021-10-02 19:44:18 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2021-10-02 19:44:18 +0200
commit8ad92a5932e279184451e369e25490acddfe523a (patch)
treede98daba8adb252cd3ece3ba38e2845d87ece91d /.github
parentdocs: improve README formatting (diff)
downloadrefinery-8ad92a5932e279184451e369e25490acddfe523a.tar.gz
refinery-8ad92a5932e279184451e369e25490acddfe523a.tar.zst
refinery-8ad92a5932e279184451e369e25490acddfe523a.zip
ci: bump to Java 17
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index efeb2c34..bb6b26cb 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -14,10 +14,10 @@ jobs:
14 uses: actions/checkout@v2 14 uses: actions/checkout@v2
15 with: 15 with:
16 fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of SonarCloud analysis 16 fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of SonarCloud analysis
17 - name: Set up JDK 11 17 - name: Set up JDK 17
18 uses: actions/setup-java@v1 18 uses: actions/setup-java@v1
19 with: 19 with:
20 java-version: 11 20 java-version: 17
21 - name: Cache Gradle packages 21 - name: Cache Gradle packages
22 uses: actions/cache@v2 22 uses: actions/cache@v2
23 with: 23 with: