Skip to content
Compare
Choose a tag to compare
@mateuszkwiecinski mateuszkwiecinski released this 26 May 14:01
· 14 commits to master since this release
aecea9c

What's Changed

  • Pass through unrecognised values. Allows passing already-resolved semver values in scenarios like:
    strategy:
      matrix:
        javaVersion: [ 17, 21 ]
        gradle: [ release-candidate ]
        agp: [ alpha, beta, stable ]
        include:
          - javaVersion: 17
            gradle: "8.2.1"
            agp: "8.2.2"

Full Changelog: v1...v1.0.1