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 9f78ad7 commit 757452eCopy full SHA for 757452e
.github/workflows/atlas.yml
@@ -49,10 +49,10 @@ jobs:
49
RUNID: ${{ github.run_number }}
50
run: ci/database-start.sh
51
- name: Set up Java 11
52
- uses: actions/setup-java@v4
+ uses: graalvm/setup-graalvm@v1
53
with:
54
- distribution: 'temurin'
55
- java-version: '11'
+ distribution: 'graalvm'
+ java-version: '21'
56
- name: Get year/month for cache key
57
id: get-date
58
run: echo "yearmonth=$(/bin/date -u "+%Y-%m")" >> $GITHUB_OUTPUT
0 commit comments