We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18601b7 commit 7d0523aCopy full SHA for 7d0523a
.github/workflows/ci-actions.yml
@@ -24,7 +24,7 @@ jobs:
24
distribution: 'temurin'
25
- name: Download WildFly
26
run: |
27
- wget https://github.com/wildfly/wildfly/releases/download/33.0.1.Final/wildfly-33.0.1.Final.zip
+ wget https://github.com/wildfly/wildfly/releases/download/38.0.0.Final/wildfly-38.0.0.Final.zip
28
unzip wildfly-*.zip -d container
29
cd container
30
mv ./* wildfly/
0 commit comments