Skip to content

Bump com.h2database:h2 from 1.4.200 to 2.3.232 #32

Bump com.h2database:h2 from 1.4.200 to 2.3.232

Bump com.h2database:h2 from 1.4.200 to 2.3.232 #32

Workflow file for this run

name: Tests
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gradle/actions/setup-gradle@v4
- name: Run Tests
run: ./gradlew check