Skip to content

chore(deps): bump io.projectreactor:reactor-test from 3.7.9 to 3.7.11 #558

chore(deps): bump io.projectreactor:reactor-test from 3.7.9 to 3.7.11

chore(deps): bump io.projectreactor:reactor-test from 3.7.9 to 3.7.11 #558

Workflow file for this run

name: Test PR
on:
pull_request:
paths-ignore:
- '*.md'
- 'LICENSE.md'
jobs:
test_pr:
runs-on: ubuntu-latest
steps:
- name: Checkout latest code
uses: actions/checkout@v5
- name: Set up JDK 21
uses: actions/setup-java@v5
with:
java-version: 21
distribution: 'temurin'
cache: 'gradle'
- name: Build with Gradle
run: ./gradlew build