diff --git a/.github/workflows/nightly-backward-32.yml b/.github/workflows/nightly-backward-32.yml new file mode 100644 index 00000000..929e8991 --- /dev/null +++ b/.github/workflows/nightly-backward-32.yml @@ -0,0 +1,15 @@ +# This workflow will build a Java project with Maven +# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven + +name: WildFly galleon plugins - Nightly WildFly 32.0.0.Final backward compatibility + +on: + schedule: + - cron: "0 0 * * *" + +jobs: + test-galleon-plugins: + name: Build test Galleon Plugins + uses: wildfly/galleon-plugins/.github/workflows/nightly-workflow.yml@main + with: + wildfly-ref: 32.0.0.Final \ No newline at end of file