Skip to content

Commit e61e940

Browse files
authored
Update bob.yml
1 parent d35c1d1 commit e61e940

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bob.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v2
2020
- uses: actions/setup-java@v3
21-
with: { java-version: '17.0.5+8', distribution: 'temurin'}
21+
with: { java-version: '21.0.5+11.0.LTS', distribution: 'temurin'}
2222

2323
- name: Get Defold version
2424
run: |
@@ -49,7 +49,7 @@ jobs:
4949
steps:
5050
- uses: actions/checkout@v2
5151
- uses: actions/setup-java@v3
52-
with: { java-version: '17.0.5+8', distribution: 'temurin'}
52+
with: { java-version: '21.0.5+11.0.LTS', distribution: 'temurin'}
5353

5454
- name: Get Defold version
5555
run: |

0 commit comments

Comments
 (0)