Remove Java 9 tests from CI

Reason: There is no Temurin Java 9 on Github
pull/134/head
Richard Körber 2022-11-18 16:28:22 +01:00
parent e9eedb99cd
commit 06e03880c9
No known key found for this signature in database
GPG Key ID: AAB9FD19C78AA3E0
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
java: [ '9', '11', '17' ]
java: [ '11', '17' ]
steps:
- uses: actions/checkout@v2
- name: Set up JDK