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 }} RUN_NUMBER: ${{ gitea.run_number }}
strategy: strategy:
matrix: matrix:
java: [ '21' ] java: [ '17' ]
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout Code - name: Checkout Code