Update dependency org.jooq:jooq-codegen to v3.19.8 #140
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "PR Pipeline" | |
on: | |
push: | |
branches: | |
- master | |
- 'renovate/**' | |
pull_request: | |
branches: [ master ] | |
workflow_dispatch: | |
jobs: | |
gradle-build: | |
runs-on: ${{ matrix.os }} | |
strategy: | |
matrix: | |
os: [macos-12, windows-2022, ubuntu-22.04] | |
steps: | |
- name: git clone | |
uses: actions/[email protected] | |
- name: Set up JDKs | |
uses: actions/[email protected] | |
with: | |
distribution: temurin | |
java-version: | | |
11 | |
17 | |
- name: Set up Gradle | |
uses: gradle/[email protected] | |
- run: "./gradlew :check --continue" |