Skip to content

Commit

Permalink
Shrink GH actions build matrix down to two versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jlink committed Dec 6, 2024
1 parent 9c34892 commit 0a8eb2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 0a8eb2e

Please sign in to comment.