Skip to content

Commit ea5cd2a

Browse files
committed
Test only on JDK 17
1 parent e4cac0d commit ea5cd2a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/push_main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
testOnAll:
1212
strategy:
1313
matrix:
14-
java: [11, 17]
14+
java: [17]
1515
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
1616
name: 'Test on ${{ matrix.os }} JDK ${{ matrix.java }}'
1717
runs-on: '${{ matrix.os }}'
@@ -52,7 +52,7 @@ jobs:
5252
uses: 'actions/setup-java@v2'
5353
with:
5454
distribution: 'temurin'
55-
java-version: 11
55+
java-version: 17
5656
- name: 'Assemble Artifacts'
5757
run: './gradlew assemble --stacktrace -Prelease -PorchidEnvironment=prod'
5858
- name: 'Open Sonatype Staging Repository'

0 commit comments

Comments
 (0)