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 c8e0a9e commit f99ea94Copy full SHA for f99ea94
.github/workflows/build.yml
@@ -8,9 +8,9 @@ jobs:
8
matrix:
9
java: ['11', '17']
10
steps:
11
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
12
- name: Setup JDK
13
- uses: actions/setup-java@v1
+ uses: actions/setup-java@v2
14
with:
15
java-version: ${{ matrix.java }}
16
- name: Build
.github/workflows/deploy.yml
@@ -8,11 +8,11 @@ jobs:
deploy:
runs-on: ubuntu-latest
- java-version: 11
+ java-version: '11'
- name: Build distribution
17
run: ./gradlew :server:distZip :grammars:distZip
18
- name: Create release
0 commit comments