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 9aca2df commit bcd9628Copy full SHA for bcd9628
.github/workflows/ci.yml
@@ -8,7 +8,6 @@ on:
8
schedule:
9
- cron: '0 6 * * *'
10
11
-
12
jobs:
13
ci:
14
uses: ansible-middleware/github-actions/.github/workflows/ci.yml@rootperm
roles/wildfly_systemd/defaults/main.yml
@@ -8,7 +8,7 @@ wildfly_config_base: 'standalone.xml'
wildfly_config_custom_file: ''
wildfly_port_range_offset: 0
-wildfly_java_package_name: java-11-openjdk-headless
+wildfly_java_package_name: java-17-openjdk-headless
wildfly_java_opts: '-Xmx1024M -Xms512M'
wildfly_systemd_unit_enabled: true
0 commit comments