Skip to content

Commit 4d33b24

Browse files
SWI-7167 - Replacing ubuntu-20.04 by ubuntu-24.04 on test workflow
1 parent 75c2567 commit 4d33b24

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ 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
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@v4
2424

2525
- name: Setup PHP
2626
uses: shivammathur/setup-php@v2
@@ -33,7 +33,7 @@ jobs:
3333
- name: Test
3434
run: ./vendor/bin/phpunit tests
3535

36-
- uses: Bandwidth/build-notify-slack-action@v1.0.0
36+
- uses: Bandwidth/build-notify-slack-action@v2
3737
if: failure() && !github.event.pull_request.draft
3838
with:
3939
job-status: ${{ job.status }}

0 commit comments

Comments
 (0)