Skip to content

chore: bump spring boot to 3.3.0 #30

chore: bump spring boot to 3.3.0

chore: bump spring boot to 3.3.0 #30

Workflow file for this run

name: spring-reactive-cache-redis
on:
push:
paths:
- "cache-redis/**"
branches: [ master ]
pull_request:
paths:
- "cache-redis/**"
types:
- opened
- synchronize
- reopened
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
cache: 'maven'
- name: Build with Maven
run: |
cd cache-redis
mvn -B package --file pom.xml