Skip to content

Commit

Permalink
Merge pull request #312 from jfdenise/main
Browse files Browse the repository at this point in the history
Use the correct shared-wildfly-build-and-test.yml for JDK11 backward CI
  • Loading branch information
jfdenise authored Oct 31, 2024
2 parents 90ea605 + d20666f commit cc14286
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nightly-workflow-jdk11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

wildfly-build-and-test:
name: Linux/Windows - JDK11 and JDK17
uses: wildfly/wildfly/.github/workflows/shared-wildfly-build-and-test.yml@main
uses: wildfly/wildfly/.github/workflows/shared-wildfly-build-and-test.yml@${{ inputs.wildfly-ref }}
with:
build-arguments: '-fae -Dversion.org.jboss.galleon=${{needs.galleon-plugins-build.outputs.galleon-version}} -Dversion.org.wildfly.galleon-plugins=${{needs.galleon-plugins-build.outputs.galleon-plugins-version}}'
java-versions: "['11', '17']"
Expand All @@ -70,7 +70,7 @@ jobs:

wildfly-build-and-test-galleon-layers:
name: Galleon Linux - JDK11
uses: wildfly/wildfly/.github/workflows/shared-wildfly-build-and-test.yml@main
uses: wildfly/wildfly/.github/workflows/shared-wildfly-build-and-test.yml@${{ inputs.wildfly-ref }}
with:
test-arguments: '-fae -Dts.layers -Dts.galleon'
build-arguments: '-Dversion.org.jboss.galleon=${{needs.galleon-plugins-build.outputs.galleon-version}} -Dversion.org.wildfly.galleon-plugins=${{needs.galleon-plugins-build.outputs.galleon-plugins-version}}'
Expand All @@ -83,7 +83,7 @@ jobs:

wildfly-build-and-test-preview:
name: WildFly Preview - Linux- JDK17
uses: wildfly/wildfly/.github/workflows/shared-wildfly-build-and-test.yml@main
uses: wildfly/wildfly/.github/workflows/shared-wildfly-build-and-test.yml@${{ inputs.wildfly-ref }}
with:
test-arguments: '-fae -Dts.preview'
build-arguments: '-Dversion.org.jboss.galleon=${{needs.galleon-plugins-build.outputs.galleon-version}} -Dversion.org.wildfly.galleon-plugins=${{needs.galleon-plugins-build.outputs.galleon-plugins-version}}'
Expand Down

0 comments on commit cc14286

Please sign in to comment.