Skip to content

Commit 58a2efb

Browse files
committed
upgrading Bootique, fixing CI/CD
1 parent cb7e38d commit 58a2efb

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/verify.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
name: 'build test'
22

3-
on: [pull_request, push]
3+
on:
4+
push: {}
45

56
jobs:
67
verify:
7-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-24.04
89

910
steps:
1011
- name: Checkout...

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<properties>
1111
<maven.compiler.release>11</maven.compiler.release>
1212

13-
<bootique.version>3.0-M4</bootique.version>
13+
<bootique.version>3.0-RC1</bootique.version>
1414

1515
<main.class>io.bootique.examples.kafka.App</main.class>
1616
</properties>

0 commit comments

Comments
 (0)