Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down