Skip to content

Commit 8109e56

Browse files
Merge pull request #235 from Bandwidth/SWI-7167
SWI-7167 - Replacing ubuntu-20.04 by ubuntu-24.04 on test-pr workflow
2 parents bed0dee + 798654a commit 8109e56

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
env:
7979
PYPI_API_KEY: ${{ secrets.PYPI_API_KEY }}
8080

81-
- uses: Bandwidth/build-notify-slack-action@v2.0.0
81+
- uses: Bandwidth/build-notify-slack-action@v2
8282
if: always()
8383
with:
8484
job-status: ${{ job.status }}

.github/workflows/test-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
runs-on: ${{ matrix.os }}
3535
strategy:
3636
matrix:
37-
os: [windows-2022, windows-2019, ubuntu-20.04, ubuntu-latest]
38-
python-version: [3.9, '3.10', '3.11', '3.12', '3.13']
37+
os: [ windows-2019, windows-2022, ubuntu-22.04, ubuntu-24.04, ubuntu-latest ]
38+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
3939
fail-fast: false
4040
env:
4141
PYTHON_VERSION: ${{ matrix.python-version }}

.github/workflows/test-smoke.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
runs-on: ubuntu-latest
123123
steps:
124124
- name: Notify Slack of Failures
125-
uses: Bandwidth/build-notify-slack-action@v2.0.0
125+
uses: Bandwidth/build-notify-slack-action@v2
126126
with:
127127
job-status: failure
128128
slack-bot-token: ${{ secrets.SLACK_BOT_TOKEN }}

0 commit comments

Comments
 (0)