-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[APPENG-763] Update matrix tests to run with SB 3.2 (#26)
* updated matrix tests to support boot 3.2 Signed-off-by: Jordan Hasgul <jordan.hasgul@transferwise.com> * updated changelog and bumped version Signed-off-by: Jordan Hasgul <jordan.hasgul@transferwise.com> * fix changelog Signed-off-by: Jordan Hasgul <jordan.hasgul@transferwise.com> * bumped guava and base-utils Signed-off-by: Jordan Hasgul <jordan.hasgul@transferwise.com> --------- Signed-off-by: Jordan Hasgul <jordan.hasgul@transferwise.com>
- Loading branch information
1 parent
dc72e64
commit 4955e71
Showing
4 changed files
with
10 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,7 @@ jobs: | |
max-parallel: 100 | ||
matrix: | ||
spring_boot_version: | ||
- 3.2.2 | ||
- 3.1.2 | ||
- 3.0.7 | ||
env: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
version=3.0.1 | ||
version=3.0.2 |