Skip to content

Commit

Permalink
Update boot ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jvalkeal committed Mar 15, 2024
1 parent 2302fc7 commit 4495c7d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci-boot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,17 @@ jobs:
matrix:
os: [ubuntu-latest]
java: [ 17 ]
boot: [ 3.1.6, 3.2.0 ]
boot: [ 3.1.9, 3.2.3 ]
fail-fast: false

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: adopt
java-version: ${{ matrix.java }}
cache: gradle
- name: Build boot ${{ matrix.boot }} java ${{ matrix.java }}
run: ./gradlew clean build -PspringBootVersion=${{ matrix.boot }}
env:
Expand All @@ -40,7 +41,7 @@ jobs:
*/*/build/reports
- name: Upload Build Logs
if: ${{ failure() }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: buildlogs-${{ matrix.boot }}-${{ matrix.java }}
path: build/buildlogs.tar.gz

0 comments on commit 4495c7d

Please sign in to comment.