Skip to content

Update jasync-mysql, jasync-postgresql to 2.2.1 #1186

Update jasync-mysql, jasync-postgresql to 2.2.1

Update jasync-mysql, jasync-postgresql to 2.2.1 #1186

Workflow file for this run

name: CI
on:
pull_request:
push:
schedule:
- cron: '0 23 * * 5'
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 30
strategy:
fail-fast: false
matrix:
java: [8, 17]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
java-version: "${{ matrix.java }}"
distribution: adopt
- run: sbt -v scalafmtSbtCheck "+ scalafmtCheckAll" "+ test"