Skip to content

Commit 74319db

Browse files
committed
Update CI
1 parent 38aec9e commit 74319db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ jobs:
44
compile:
55
uses: RegioneER/parer-github-template/.github/workflows/compile.yml@v1
66
with:
7-
java: '8'
7+
java: '11'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ jobs:
1111
uses: RegioneER/parer-github-template/.github/workflows/release.yml@v1
1212
with:
1313
version: ${{ inputs.version }}
14-
java: '8'
14+
java: '11'

0 commit comments

Comments
 (0)