Skip to content

Bump io.smallrye.common:smallrye-common-bom from 2.6.0 to 2.7.0 #338

Bump io.smallrye.common:smallrye-common-bom from 2.6.0 to 2.7.0

Bump io.smallrye.common:smallrye-common-bom from 2.6.0 to 2.7.0 #338

Workflow file for this run

name: SmallRye Build
on:
push:
branches:
- main
paths-ignore:
- '.gitignore'
- 'README.adoc'
pull_request:
paths-ignore:
- '.gitignore'
- 'README.adoc'
jobs:
build-linux:
runs-on: ubuntu-latest
name: Build and test
steps:
- uses: actions/checkout@v4
name: checkout
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
- name: Build
shell: bash
run: |
mvn -B verify