Skip to content

Commit dec1eb1

Browse files
author
Jacek Gębal
committed
Update build matrix for demo project
1 parent 62ddec0 commit dec1eb1

1 file changed

Lines changed: 1 addition & 17 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
strategy:
2424
matrix:
25-
utplsql-version: [develop, v3.1.13]
25+
utplsql-version: [develop, v3.1.14, v3.2.2]
2626

2727
services:
2828
oracle:
@@ -64,19 +64,3 @@ jobs:
6464
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
6565
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
6666

67-
slack-workflow-status:
68-
if: always()
69-
name: Post Workflow Status To Slack
70-
needs: [ build ]
71-
runs-on: ubuntu-latest
72-
steps:
73-
- name: Slack Workflow Notification
74-
uses: Gamesight/slack-workflow-status@master
75-
with:
76-
# Required Input
77-
repo_token: ${{secrets.GITHUB_TOKEN}}
78-
slack_webhook_url: ${{secrets.SLACK_WEBHOOK_URL}}
79-
# Optional Input
80-
name: 'Github Actions[bot]'
81-
icon_url: 'https://octodex.github.com/images/mona-the-rivetertocat.png'
82-

0 commit comments

Comments
 (0)