File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 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
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 }}
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments