Skip to content

Commit 1edd3c2

Browse files
committed
Test with Java 8 only
1 parent cd109b4 commit 1edd3c2

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)