Skip to content

fix: Update java version in ci.yml #13

fix: Update java version in ci.yml

fix: Update java version in ci.yml #13

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
- uses: dapetcu21/[email protected]
- run: 'java -jar $BOB build'