Skip to content

Merge pull request #79 from Katrix/feature/forums #43

Merge pull request #79 from Katrix/feature/forums

Merge pull request #79 from Katrix/feature/forums #43

Workflow file for this run

name: AckCord CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
java: [8, 11, 17]
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup JDK
uses: actions/[email protected]
with:
distribution: temurin
java-version: ${{ matrix.java }}
cache: sbt
- name: Build and Test
run: sbt -v +test