Fix java version typo in name

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2023-04-25 21:11:24 +02:00
parent 6172b62f3f
commit 927822f2e9
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B

View File

@ -16,7 +16,7 @@ jobs:
flavor: [ Generic, Gplay ]
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- name: set up JDK 11
- name: set up JDK 17
uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3.11.0
with:
distribution: "temurin"