Skip to content

Commit 7d0523a

Browse files
committed
Update WFLY used by CI to latest released
1 parent 18601b7 commit 7d0523a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
distribution: 'temurin'
2525
- name: Download WildFly
2626
run: |
27-
wget https://github.com/wildfly/wildfly/releases/download/33.0.1.Final/wildfly-33.0.1.Final.zip
27+
wget https://github.com/wildfly/wildfly/releases/download/38.0.0.Final/wildfly-38.0.0.Final.zip
2828
unzip wildfly-*.zip -d container
2929
cd container
3030
mv ./* wildfly/

0 commit comments

Comments
 (0)