Skip to content

Commit 3768647

Browse files
committed
Match string for required check for Java version
1 parent 672c50b commit 3768647

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
build:
13-
name: Test on Java ${{ matrix.java-version }} in ${{ matrix.os }}
13+
name: Test on Java ${{ matrix.java-version }} and ${{ matrix.os }}
1414
runs-on: ${{ matrix.os }}
1515
strategy:
1616
fail-fast: false

0 commit comments

Comments
 (0)