Skip to content

Commit f4666f6

Browse files
Merge pull request #175 from Bandwidth/SWI-7167
SWI-7167 - Replacing ubuntu-20.04 by ubuntu-24.04 on test-pr workflow
2 parents d584555 + fa7f05d commit f4666f6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
8888

8989
- name: Notify Slack
90-
uses: Bandwidth/build-notify-slack-action@v2.0.0
90+
uses: Bandwidth/build-notify-slack-action@v2
9191
if: always()
9292
with:
9393
job-status: ${{ job.status }}

.github/workflows/test-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ${{ matrix.os }}
3636
strategy:
3737
matrix:
38-
os: [windows-2022, windows-2019, ubuntu-20.04, ubuntu-22.04]
38+
os: [windows-2019, windows-2022, ubuntu-22.04, ubuntu-24.04]
3939
java-version: ["11", "17", "21"]
4040
distribution: ["zulu", "temurin"]
4141
fail-fast: false

.github/workflows/test-smoke.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
runs-on: ubuntu-latest
9797
steps:
9898
- name: Notify Slack of Failures
99-
uses: Bandwidth/build-notify-slack-action@v2.0.0
99+
uses: Bandwidth/build-notify-slack-action@v2
100100
with:
101101
job-status: failure
102102
slack-bot-token: ${{ secrets.SLACK_BOT_TOKEN }}

0 commit comments

Comments
 (0)