Skip to content

Limiting wiremock updates to the ones compatible with Java 8 #143

Limiting wiremock updates to the ones compatible with Java 8

Limiting wiremock updates to the ones compatible with Java 8 #143

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