From 391cf17271e88a0f00ddbd64a8d5f2cd69167025 Mon Sep 17 00:00:00 2001 From: jgutierrez Date: Wed, 12 Feb 2025 11:00:01 +0100 Subject: [PATCH 1/2] SWI-7167 - Replacing ubuntu-20.04 by ubuntu-24.04 on test-pr workflow --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e2e936b..e86a813 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,8 +25,8 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [windows-2022, windows-2019, ubuntu-20.04, ubuntu-latest] - python-version: [3.8, 3.9, "3.10", "3.11", "3.12"] + os: [ windows-2019, windows-2022, ubuntu-22.04, ubuntu-24.04, ubuntu-latest ] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] fail-fast: false env: PYTHON_VERSION: ${{ matrix.python-version }} From c428633e6824b4e502eaf4c201cccdcac284cd3c Mon Sep 17 00:00:00 2001 From: jgutierrez Date: Wed, 12 Feb 2025 11:00:13 +0100 Subject: [PATCH 2/2] SWI-7167 - Upgrading Bandwidth/build-notify-slack-action to v2 --- .github/workflows/deploy.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a80f3a3..711c6f1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -94,7 +94,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.yml b/.github/workflows/test.yml index e86a813..dc4b3af 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -65,7 +65,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 }}