We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da21ca2 commit 7197f25Copy full SHA for 7197f25
.github/workflows/atlas.yml
@@ -52,10 +52,10 @@ jobs:
52
RUNID: ${{ github.run_number }}
53
run: ci/database-start.sh
54
- name: Set up Java 11
55
- uses: actions/setup-java@v4
+ uses: graalvm/setup-graalvm@v1
56
with:
57
- distribution: 'temurin'
58
- java-version: '11'
+ distribution: 'graalvm'
+ java-version: '21'
59
- name: Get year/month for cache key
60
id: get-date
61
run: echo "yearmonth=$(/bin/date -u "+%Y-%m")" >> $GITHUB_OUTPUT
0 commit comments