Skip to content

Lift WebKit Building and Passing Tests in Scala 3 #49

Lift WebKit Building and Passing Tests in Scala 3

Lift WebKit Building and Passing Tests in Scala 3 #49

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
- lift-4.0
- lift-5.0
push:
branches:
- main
- lift-4.0
- lift-5.0
jobs:
test:
strategy:
fail-fast: false
matrix:
java: [11, 17, 21]
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup JDK
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: ${{ matrix.java }}
- uses: sbt/setup-sbt@v1
- name: Build and Test
run: sbt test