Skip to content

Commit f7c0f14

Browse files
authored
updating github action for gradle build
1 parent 892f8e3 commit f7c0f14

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/gradle.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
push:
88
branches: [ main, development ]
99
pull_request:
10-
branches: [ main ]
10+
branches: [ main, development ]
1111

1212
env:
1313
# JDK version used for building jar file
@@ -19,12 +19,12 @@ jobs:
1919
matrix:
2020
operating-system: [ubuntu-latest, macOS-latest]
2121
# Use both LTS releases and latest one for tests
22-
jdk: [ 17 ]
22+
jdk: [ 17, 21 ]
2323
steps:
2424
- name: Checkout repo
25-
uses: actions/checkout@v2
25+
uses: actions/checkout@v4
2626
- name: Set up OpenJDK version ...
27-
uses: actions/setup-java@v2
27+
uses: actions/setup-java@v4
2828
with:
2929
distribution: 'zulu'
3030
java-version: ${{ matrix.jdk }}

0 commit comments

Comments
 (0)