Skip to content

Commit 193c051

Browse files
committed
t pushMerge branch 'main' of https://github.com/RWPteam/connecter
for test
2 parents ce8ef24 + e1f98fd commit 193c051

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v2
15-
- name: Setup Java JDK
16-
uses: actions/setup-java@v5.0.0
15+
- name: Setup JDK
16+
uses: actions/setup-java@v5
1717
with:
18-
java-version: "17.x"
18+
distribution: 'zulu' # See 'Supported distributions' for available options
19+
java-version: '21'
1920
- name: Flutter action
2021
uses: subosito/[email protected]
2122
with:

0 commit comments

Comments
 (0)