From 3647ecdd0beba7dfab60b878730d80645fcb4c12 Mon Sep 17 00:00:00 2001 From: jgutierrez Date: Wed, 12 Feb 2025 10:49:59 +0100 Subject: [PATCH 1/3] SWI-7167 - Replacing ubuntu-20.04 by ubuntu-24.04 on test-pr workflow --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5a5bdb9..966d37b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [windows-2022, windows-2019, ubuntu-20.04, ubuntu-22.04] + os: [windows-2019, windows-2022, ubuntu-22.04, ubuntu-24.04] php-version: [8.0, 8.1, 8.2, 8.3] steps: - name: Checkout From 0b10b4ea512d951af9a180e8a237c44321dc2730 Mon Sep 17 00:00:00 2001 From: jgutierrez Date: Wed, 12 Feb 2025 10:54:02 +0100 Subject: [PATCH 2/3] SWI-7167 - Upgrading Bandwidth/build-notify-slack-action to v2 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 966d37b..8e48e2f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -42,7 +42,7 @@ jobs: BASE_CALLBACK_URL: ${{ secrets.BASE_CALLBACK_URL }} run: ./vendor/bin/phpunit tests - - uses: Bandwidth/build-notify-slack-action@v1.0.0 + - uses: Bandwidth/build-notify-slack-action@v2 if: failure() && !github.event.pull_request.draft with: job-status: ${{ job.status }} From 341f88678ffb4ef23a53229e2107ab6aaddd6837 Mon Sep 17 00:00:00 2001 From: jgutierrez Date: Wed, 12 Feb 2025 11:22:37 +0100 Subject: [PATCH 3/3] SWI-7167 - Updating README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 97c8f8b..07b44ff 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,12 @@ [![Test](https://github.com/Bandwidth/php-sdk/actions/workflows/test.yml/badge.svg)](https://github.com/Bandwidth/php-sdk/actions/workflows/test.yml) -| **OS** | **PHP** | -|:---:|:---:| -| Windows 2016 | 7.4, 8.0 | -| Windows 2019 | 7.4, 8.0 | -| Ubuntu 20.04 | 7.4, 8.0 | -| Ubuntu 22.04 | 7.4, 8.0 | +| **OS** | **PHP** | +|:------------:|:------------------:| +| Windows 2019 | 8.0, 8.1, 8.2, 8.3 | +| Windows 2022 | 8.0, 8.1, 8.2, 8.3 | +| Ubuntu 22.04 | 8.0, 8.1, 8.2, 8.3 | +| Ubuntu 24.04 | 8.0, 8.1, 8.2, 8.3 | ## Getting Started