Skip to content

Commit

Permalink
Update the spring-boot-compatibility workflow with the latest spring …
Browse files Browse the repository at this point in the history
…boot versions.
  • Loading branch information
NicklasWallgren committed Apr 14, 2024
1 parent 823c9d2 commit 87a19b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/boot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
spring-boot: [ '2.5.14', '2.6.14', '2.7.11', '3.0.6', '3.1.0-RC1' ]
spring-boot: [ '2.5.15', '2.6.15', '2.7.18', '3.0.13', '3.1.10', '3.2.4' ]
name: Spring Boot ${{ matrix.spring-boot }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 87a19b1

Please sign in to comment.