Skip to content

Commit ec24ed6

Browse files
authored
Merge branch 'main' into dependabot/gradle/room-2.7.0
2 parents 88dc6da + 70e9d1b commit ec24ed6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gradle.yml renamed to .github/workflows/gradle-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Gradle CI
1+
name: Gradle Build
22

33
on:
44
push:
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [ubuntu-latest, macos-latest, windows-latest]
14-
java: [17]
14+
java: [17, 21]
1515
runs-on: ${{ matrix.os }}
1616
steps:
1717
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)