Skip to content

Commit 561e289

Browse files
Merge pull request #9 from Bandwidth/SWI-7167
SWI-7167 - Replacing ubuntu-20.04 by ubuntu-24.04 on test-pr workflow
2 parents 93237b8 + c428633 commit 561e289

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
env:
9595
PYPI_API_KEY: ${{ secrets.PYPI_API_KEY }}
9696

97-
- uses: Bandwidth/build-notify-slack-action@v2.0.0
97+
- uses: Bandwidth/build-notify-slack-action@v2
9898
if: always()
9999
with:
100100
job-status: ${{ job.status }}

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
runs-on: ${{ matrix.os }}
2626
strategy:
2727
matrix:
28-
os: [windows-2022, windows-2019, ubuntu-20.04, ubuntu-latest]
29-
python-version: [3.8, 3.9, "3.10", "3.11", "3.12"]
28+
os: [ windows-2019, windows-2022, ubuntu-22.04, ubuntu-24.04, ubuntu-latest ]
29+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
3030
fail-fast: false
3131
env:
3232
PYTHON_VERSION: ${{ matrix.python-version }}
@@ -65,7 +65,7 @@ jobs:
6565
runs-on: ubuntu-latest
6666
steps:
6767
- name: Notify Slack of Failures
68-
uses: Bandwidth/build-notify-slack-action@v2.0.0
68+
uses: Bandwidth/build-notify-slack-action@v2
6969
with:
7070
job-status: failure
7171
slack-bot-token: ${{ secrets.SLACK_BOT_TOKEN }}

0 commit comments

Comments
 (0)