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 16
16
runs-on : ${{ matrix.os }}
17
17
strategy :
18
18
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]
20
20
php-version : [8.0, 8.1, 8.2, 8.3]
21
21
steps :
22
22
- name : Checkout
42
42
BASE_CALLBACK_URL : ${{ secrets.BASE_CALLBACK_URL }}
43
43
run : ./vendor/bin/phpunit tests
44
44
45
- - uses : Bandwidth/build-notify-slack-action@v1.0.0
45
+ - uses : Bandwidth/build-notify-slack-action@v2
46
46
if : failure() && !github.event.pull_request.draft
47
47
with :
48
48
job-status : ${{ job.status }}
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ Test] ( https://github.com/Bandwidth/php-sdk/actions/workflows/test.yml/badge.svg )] ( https://github.com/Bandwidth/php-sdk/actions/workflows/test.yml )
4
4
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 |
11
11
12
12
## Getting Started
13
13
You can’t perform that action at this time.
0 commit comments