Skip to content

Commit e747896

Browse files
committed
chore: 🤖 Test against JDK 17
1 parent 79a4dd8 commit e747896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
pull_request:
55
branches:
66
- main
7-
- v8.x
87

98
jobs:
109
build:
@@ -16,6 +15,7 @@ jobs:
1615
java:
1716
- 8.0
1817
- 11
18+
- 17
1919
runs-on: ${{ matrix.os }}
2020
steps:
2121

0 commit comments

Comments
 (0)