Skip to content

Commit 9ca1554

Browse files
committed
simplify
1 parent 9d7b6d8 commit 9ca1554

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/grails-joint-validation.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,14 @@ jobs:
2828
build:
2929
strategy:
3030
fail-fast: true
31-
matrix:
32-
java: [11]
3331
runs-on: ubuntu-latest
3432
steps:
3533
- uses: actions/checkout@v1
3634
- name: Set up JDK
3735
uses: actions/setup-java@v3
3836
with:
39-
java-version: 11
40-
distribution: adopt
37+
distribution: 'adopt'
38+
java-version: '11'
4139
- name: env
4240
run: env
4341

0 commit comments

Comments
 (0)