Skip to content

Commit 0444aba

Browse files
Merge pull request #76 from Bandwidth/SWI-7167
SWI-7167 - Replacing ubuntu-20.04 by ubuntu-24.04 on test-pr workflow
2 parents e49f047 + 341f886 commit 0444aba

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ${{ matrix.os }}
1717
strategy:
1818
matrix:
19-
os: [windows-2022, windows-2019, ubuntu-20.04, ubuntu-22.04]
19+
os: [windows-2019, windows-2022, ubuntu-22.04, ubuntu-24.04]
2020
php-version: [8.0, 8.1, 8.2, 8.3]
2121
steps:
2222
- name: Checkout
@@ -42,7 +42,7 @@ jobs:
4242
BASE_CALLBACK_URL: ${{ secrets.BASE_CALLBACK_URL }}
4343
run: ./vendor/bin/phpunit tests
4444

45-
- uses: Bandwidth/build-notify-slack-action@v1.0.0
45+
- uses: Bandwidth/build-notify-slack-action@v2
4646
if: failure() && !github.event.pull_request.draft
4747
with:
4848
job-status: ${{ job.status }}

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
[![Test](https://github.com/Bandwidth/php-sdk/actions/workflows/test.yml/badge.svg)](https://github.com/Bandwidth/php-sdk/actions/workflows/test.yml)
44

5-
| **OS** | **PHP** |
6-
|:---:|:---:|
7-
| Windows 2016 | 7.4, 8.0 |
8-
| Windows 2019 | 7.4, 8.0 |
9-
| Ubuntu 20.04 | 7.4, 8.0 |
10-
| Ubuntu 22.04 | 7.4, 8.0 |
5+
| **OS** | **PHP** |
6+
|:------------:|:------------------:|
7+
| Windows 2019 | 8.0, 8.1, 8.2, 8.3 |
8+
| Windows 2022 | 8.0, 8.1, 8.2, 8.3 |
9+
| Ubuntu 22.04 | 8.0, 8.1, 8.2, 8.3 |
10+
| Ubuntu 24.04 | 8.0, 8.1, 8.2, 8.3 |
1111

1212
## Getting Started
1313

0 commit comments

Comments
 (0)