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 cb7e38d commit 58a2efbCopy full SHA for 58a2efb
.github/workflows/verify.yml
@@ -1,10 +1,11 @@
1
name: 'build test'
2
3
-on: [pull_request, push]
+on:
4
+ push: {}
5
6
jobs:
7
verify:
- runs-on: ubuntu-20.04
8
+ runs-on: ubuntu-24.04
9
10
steps:
11
- name: Checkout...
pom.xml
@@ -10,7 +10,7 @@
<properties>
<maven.compiler.release>11</maven.compiler.release>
12
13
- <bootique.version>3.0-M4</bootique.version>
+ <bootique.version>3.0-RC1</bootique.version>
14
15
<main.class>io.bootique.examples.kafka.App</main.class>
16
</properties>
0 commit comments