Skip to content

Commit

Permalink
[APPENG-849] Update matrix tests to run with SB3.3 (#48)
Browse files Browse the repository at this point in the history
* target sb3.3

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

* update changelog and bump version

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

* remove sb2.7

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

---------

Signed-off-by: Jordan Hasgul <[email protected]>
  • Loading branch information
jordanhasgul authored Jul 16, 2024
1 parent e0e5359 commit ab9cdd3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@ jobs:
max-parallel: 100
matrix:
spring_boot_version:
- 3.3.1
- 3.2.2
- 3.1.6
- 3.0.13
- 2.7.18
env:
SPRING_BOOT_VERSION: ${{ matrix.spring_boot_version }}
steps:
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ 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).

## [1.12.5] - 2024-07-16

### Changed

* Added support for Spring Boot 3.3.


## [1.12.4] - 2024-02-22

### Changed
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=1.12.4
version=1.12.5

0 comments on commit ab9cdd3

Please sign in to comment.