WildFly galleon plugins - Nightly WildFly 31.0.0.Final backward compatibility #123
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 31.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-older.yml@main | |
with: | |
wildfly-ref: 31.0.0.Final |