Update workflow file
All checks were successful
build / build (21) (push) Successful in 14m25s
build / upload-release (push) Successful in 23s

This commit is contained in:
BitHeaven 2025-01-21 03:06:25 +05:00
parent 3adfd20d72
commit ac3d2b8632

View File

@ -8,7 +8,7 @@ jobs:
build:
strategy:
matrix:
java: [ '17' ]
java: [ '21' ]
runs-on: ubuntu-latest
steps:
- name: Checkout Code