Skip to content

Fix publication name jsyntrax #97

Fix publication name jsyntrax

Fix publication name jsyntrax #97

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
strategy:
matrix:
java: ['11', '17']
os: [ubuntu-latest, macos-latest, windows-latest]
exclude:
- os: macos-latest
java: '17'
- os: windows-latest
java: '17'
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
- name: Build
run: |
./gradlew check