Skip to content

Commit 6a12f2a

Browse files
committed
ci: update test dependencies
1 parent e00e5e0 commit 6a12f2a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,21 @@ on:
99
jobs:
1010
build:
1111

12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-24.04
1313
strategy:
1414
matrix:
1515
php-versions: ['8.2', '8.3', '8.4']
1616

1717
name: PHPUnit ${{ matrix.php-versions }}
1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v4
2020

2121
- name: Validate composer.json and composer.lock
2222
run: composer validate
2323

2424
- name: Cache Composer packages
2525
id: composer-cache
26-
uses: actions/cache@v2
26+
uses: actions/cache@v4
2727
with:
2828
path: vendor
2929
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)