Skip to content

Commit b892d33

Browse files
committed
Test with Java 8 only
1 parent 7d3c7be commit b892d33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
java: [8, 11, 17, 21]
10+
java: [8] # , 11, 17, 21
1111
steps:
1212
- name: Checkout project
1313
uses: actions/checkout@v4

0 commit comments

Comments
 (0)