Remove Java 9 tests from CI

Reason: There is no Temurin Java 9 on Github
This commit is contained in:
Richard Körber
2022-11-18 16:28:22 +01:00
parent e9eedb99cd
commit 06e03880c9

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