From 28bda04373e5007b89239b43b6f1181e1188054c Mon Sep 17 00:00:00 2001 From: jgutierrez Date: Wed, 12 Feb 2025 11:02:43 +0100 Subject: [PATCH 1/2] SWI-7167 - Replacing ubuntu-20.04 by ubuntu-24.04 on test-pr workflow --- .github/workflows/test-pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-pr.yml b/.github/workflows/test-pr.yml index 5062fed4..8aa162a2 100644 --- a/.github/workflows/test-pr.yml +++ b/.github/workflows/test-pr.yml @@ -34,8 +34,8 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [windows-2022, windows-2019, ubuntu-20.04, ubuntu-latest] - python-version: [3.9, '3.10', '3.11', '3.12', '3.13'] + os: [ windows-2019, windows-2022, ubuntu-22.04, ubuntu-24.04, ubuntu-latest ] + python-version: ['3.9', '3.10', '3.11', '3.12', '3.13'] fail-fast: false env: PYTHON_VERSION: ${{ matrix.python-version }} From 798654af8e1d8c1a3a50adebfdbf68c9c2ea6c32 Mon Sep 17 00:00:00 2001 From: jgutierrez Date: Wed, 12 Feb 2025 11:03:11 +0100 Subject: [PATCH 2/2] SWI-7167 - Upgrading Bandwidth/build-notify-slack-action to v2 --- .github/workflows/deploy.yml | 2 +- .github/workflows/test-smoke.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 416908e9..0e0b470c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -78,7 +78,7 @@ jobs: env: PYPI_API_KEY: ${{ secrets.PYPI_API_KEY }} - - uses: Bandwidth/build-notify-slack-action@v2.0.0 + - uses: Bandwidth/build-notify-slack-action@v2 if: always() with: job-status: ${{ job.status }} diff --git a/.github/workflows/test-smoke.yml b/.github/workflows/test-smoke.yml index cb62f0f1..ebecd19b 100644 --- a/.github/workflows/test-smoke.yml +++ b/.github/workflows/test-smoke.yml @@ -122,7 +122,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Notify Slack of Failures - uses: Bandwidth/build-notify-slack-action@v2.0.0 + uses: Bandwidth/build-notify-slack-action@v2 with: job-status: failure slack-bot-token: ${{ secrets.SLACK_BOT_TOKEN }}