Skip to content

(2.1.x): Bump com.github.tomakehurst:wiremock-jre8-standalone from 2.35.0 to 3.0.1 #137

(2.1.x): Bump com.github.tomakehurst:wiremock-jre8-standalone from 2.35.0 to 3.0.1

(2.1.x): Bump com.github.tomakehurst:wiremock-jre8-standalone from 2.35.0 to 3.0.1 #137

name: Java 17 baseline build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
strategy:
matrix:
java: [ '17' ]
uses: ./.github/workflows/gradle-build.yml
with:
java-version: ${{ matrix.java }}