Update workflow file

This commit is contained in:
BitHeaven 2025-01-21 04:11:54 +05:00
parent 4f0c236cff
commit baba04d179

View File

@ -10,7 +10,7 @@ jobs:
RUN_NUMBER: ${{ gitea.run_number }}
strategy:
matrix:
java: [ '21' ]
java: [ '17' ]
runs-on: ubuntu-latest
steps:
- name: Checkout Code