Skip to content

Commit

Permalink
[APPENG-763] Update matrix tests to run with SB 3.2 (#24)
Browse files Browse the repository at this point in the history
* updated matrix tests to support boot 3.2 and remove boot 2.6

Signed-off-by: Jordan Hasgul <[email protected]>

* updated changelog and bumped version

Signed-off-by: Jordan Hasgul <[email protected]>

* updated docker-compose plugin

Signed-off-by: Jordan Hasgul <[email protected]>

---------

Signed-off-by: Jordan Hasgul <[email protected]>
  • Loading branch information
jordanhasgul authored Feb 28, 2024
1 parent 1a079a8 commit 13f2f65
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
max-parallel: 100
matrix:
spring_boot_version:
- 3.2.2
- 3.1.2
- 3.0.7
- 2.7.13
- 2.6.15
services:
zookeeper:
image: bitnami/zookeeper:3.5.5
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.5.2] - 2024-02-27

### Changed
- Added support for Spring Boot 3.2.
- Updated dependencies.

## [0.5.1] - 2023-08-01

### Added
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import org.eclipse.jgit.api.errors.RefAlreadyExistsException

buildscript {
dependencies {
classpath "com.avast.gradle:gradle-docker-compose-plugin:0.16.12"
classpath "com.avast.gradle:gradle-docker-compose-plugin:0.17.6"
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=0.5.1
version=0.5.2

0 comments on commit 13f2f65

Please sign in to comment.