Skip to content

Commit

Permalink
Merge pull request #45 from Backbase/Befound-1305
Browse files Browse the repository at this point in the history
Changelog update and github actions java version update
  • Loading branch information
MalarsriA authored May 13, 2024
2 parents 39ce34b + 8a5eda5 commit 87da63a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:

# Setup Java 11 environment for the next steps
- name: Setup Java
uses: actions/setup-java@v2
uses: actions/setup-java@v4
with:
distribution: zulu
java-version: 11
java-version: 17
cache: gradle

# Set environment variables
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/run-ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ jobs:
- name: Fetch Sources
uses: actions/[email protected]

# Setup Java 11 environment for the next steps
# Setup Java 17 environment for the next steps
- name: Setup Java
uses: actions/setup-java@v2
uses: actions/setup-java@v4
with:
distribution: zulu
java-version: 11
java-version: 17
cache: gradle

# Run IDEA prepared for UI testing
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@

## Unreleased

## 0.0.12

### Update
- Supported SSDK 17.0.0

## 0.0.11

### Update
- Supported SSDK 16.0.1
- Fix broken ExampleControllerIT.java
Expand Down

0 comments on commit 87da63a

Please sign in to comment.