We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75c2567 commit 4d33b24Copy full SHA for 4d33b24
.github/workflows/test.yml
@@ -16,11 +16,11 @@ jobs:
16
runs-on: ${{ matrix.os }}
17
strategy:
18
matrix:
19
- os: [windows-2022, windows-2019, ubuntu-20.04, ubuntu-22.04]
+ os: [ windows-2019, windows-2022, ubuntu-22.04, ubuntu-24.04 ]
20
php-version: [8.0, 8.1, 8.2, 8.3]
21
steps:
22
- name: Checkout
23
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
24
25
- name: Setup PHP
26
uses: shivammathur/setup-php@v2
@@ -33,7 +33,7 @@ jobs:
33
- name: Test
34
run: ./vendor/bin/phpunit tests
35
36
- - uses: Bandwidth/build-notify-slack-action@v1.0.0
+ - uses: Bandwidth/build-notify-slack-action@v2
37
if: failure() && !github.event.pull_request.draft
38
with:
39
job-status: ${{ job.status }}
0 commit comments