Skip to content

Commit bdca9c3

Browse files
authored
Merge pull request #363 from Gedochao/maintenance/deprecate-java-11
Deprecate Java 11
2 parents cc4fec3 + e81d4e2 commit bdca9c3

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)