Skip to content

Commit

Permalink
chore: update main.yml [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
softvar committed May 31, 2024
1 parent 7b71548 commit 27e0e2b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
id: slack
uses: wingify/[email protected]
with:
channel-id: 'fs-review-team'
slack-message: "<!here> Test on *Java-${{ matrix.java_version }}* and *${{ matrix.os }}* got *${{job.status}}* ${{job.status == 'success' && ':heavy_check_mark:' || ':x:'}} \nCommit: `${{github.event.head_commit.message}}`. \nCheck the latest build: https://github.com/wingify/vwo-java-sdk/actions"
channel-id: 'vwo-fs-fme-sdk-job-status'
slack-message: "<!here> Java FME SDK Test on *Java-${{ matrix.java_version }}* and *${{ matrix.os }}* got *${{job.status}}* ${{job.status == 'success' && ':heavy_check_mark:' || ':x:'}} \nCommit: `${{github.event.head_commit.message}}`. \nCheck the latest build: https://github.com/wingify/vwo-fme-java-sdk/actions"
color: "${{job.status == 'success' && '#00FF00' || '#FF0000'}}"
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_NOTIFICATIONS_BOT_TOKEN }}
SLACK_BOT_TOKEN: ${{ secrets.SLACK_NOTIFICATIONS_BOT_TOKEN }}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

The Java SDK supports:

* Open JDK - 21 onwards
* Oracle JDK - 21 onwards
* Open JDK - 8 onwards
* Oracle JDK - 8 onwards

Our [Build](https://github.com/wingify/vwo-fme-java-sdk/actions) is successful on these Java Versions -

Expand Down

0 comments on commit 27e0e2b

Please sign in to comment.