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 d35c1d1 commit e61e940Copy full SHA for e61e940
.github/workflows/bob.yml
@@ -18,7 +18,7 @@ jobs:
18
steps:
19
- uses: actions/checkout@v2
20
- uses: actions/setup-java@v3
21
- with: { java-version: '17.0.5+8', distribution: 'temurin'}
+ with: { java-version: '21.0.5+11.0.LTS', distribution: 'temurin'}
22
23
- name: Get Defold version
24
run: |
@@ -49,7 +49,7 @@ jobs:
49
50
51
52
53
54
55
0 commit comments