Skip to content

Commit 88dbd35

Browse files
committed
chore(ci): Fix java version in CI
1 parent e3104c1 commit 88dbd35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/setup-java@v2
2121
with:
2222
distribution: 'adopt' # See 'Supported distributions' for available options
23-
java-version: 1.8
23+
java-version: 8
2424
- name: Use coturiv/setup-ionic
2525
uses: ./
2626
- name: Run cordova project tests

0 commit comments

Comments
 (0)