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 e00e5e0 commit 6a12f2aCopy full SHA for 6a12f2a
.github/workflows/tests.yml
@@ -9,21 +9,21 @@ on:
9
jobs:
10
build:
11
12
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
13
strategy:
14
matrix:
15
php-versions: ['8.2', '8.3', '8.4']
16
17
name: PHPUnit ${{ matrix.php-versions }}
18
steps:
19
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
20
21
- name: Validate composer.json and composer.lock
22
run: composer validate
23
24
- name: Cache Composer packages
25
id: composer-cache
26
- uses: actions/cache@v2
+ uses: actions/cache@v4
27
with:
28
path: vendor
29
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
0 commit comments