Skip to content

Commit

Permalink
Add WildFly 32 to backward compatibility CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean Francois Denise committed Apr 29, 2024
1 parent 86ee450 commit 65fc139
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/nightly-backward-32.yml
Original file line number Diff line number Diff line change
@@ -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@main
with:
wildfly-ref: 32.0.0.Final

0 comments on commit 65fc139

Please sign in to comment.