Skip to content

Support getting a value or invoking a supplier if the value is not se… #79

Support getting a value or invoking a supplier if the value is not se…

Support getting a value or invoking a supplier if the value is not se… #79

Workflow file for this run

name: Gem Main Build
on: [push, pull_request]
jobs:
test_jdk:
name: Linux (JDK ${{ matrix.java }})
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
java: [8, 17, 21, 25, 26]
steps:
- uses: actions/checkout@v6
- uses: actions/setup-java@v5
with:
distribution: 'zulu'
java-version: ${{ matrix.java }}
- name: Verify
run: ./mvnw verify -B --no-transfer-progress -V