diff --git a/.github/workflows/gradle-build.yml b/.github/workflows/gradle-build.yml index cf9ce8a..e5a320e 100644 --- a/.github/workflows/gradle-build.yml +++ b/.github/workflows/gradle-build.yml @@ -10,8 +10,8 @@ jobs: strategy: matrix: - version: [ '21', '22', '23' ] - vendor: ['temurin', 'oracle'] + version: [ '21', '22' ] ## TODO: Figure out why matrix with additional version '23' + vendor: ['oracle'] ## and additional vendor 'temurin' is not working name: Build with JDK ${{ matrix.version }} - ${{ matrix.vendor }} diff --git a/README.md b/README.md index f4d288f..29b4775 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ +![CI Status](https://github.com/jqwik-team/jqwik2/actions/workflows/gradle-build.yml/badge.svg) + # jqwik2 The second generation of Jqwik, the property-based testing library for the JVM.