Skip to content

Commit 74eab53

Browse files
authored
Merge pull request #249 from cucumber/jdk17
chore: 🤖 Test against JDK 17
2 parents 79a4dd8 + e747896 commit 74eab53

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)