Skip to content

Commit e81d4e2

Browse files
committed
Deprecate Java 11
1 parent cc4fec3 commit e81d4e2

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
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
os: [ubuntu-latest, macOS-latest, windows-latest]
18-
jvm: ['11', 'temurin:17']
18+
jvm: ['temurin:17']
1919
steps:
2020
- uses: actions/checkout@v4
2121

0 commit comments

Comments
 (0)