File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11
11
jobs :
12
12
coding-standards :
13
13
name : " CS Fixer (PHP ${{ matrix.php }})"
14
- runs-on : " ubuntu-20.04 "
14
+ runs-on : " ubuntu-latest "
15
15
16
16
strategy :
17
17
matrix :
20
20
21
21
steps :
22
22
- name : " Checkout"
23
- uses : " actions/checkout@v4 "
23
+ uses : " actions/checkout@v5 "
24
24
25
25
- name : " Install PHP"
26
26
uses : " shivammathur/setup-php@v2"
Original file line number Diff line number Diff line change 14
14
jobs :
15
15
phpunit :
16
16
name : " PHPUnit (PHP ${{ matrix.php }})"
17
- runs-on : " ubuntu-20.04 "
17
+ runs-on : " ubuntu-latest "
18
18
19
19
strategy :
20
20
matrix :
26
26
27
27
steps :
28
28
- name : " Checkout"
29
- uses : " actions/checkout@v4 "
29
+ uses : " actions/checkout@v5 "
30
30
with :
31
31
fetch-depth : 2
32
32
49
49
50
50
phpunit-coverage :
51
51
name : " PHPUnit with coverage (PHP ${{ matrix.php }})"
52
- runs-on : " ubuntu-20.04 "
52
+ runs-on : " ubuntu-latest "
53
53
54
54
strategy :
55
55
matrix :
58
58
59
59
steps :
60
60
- name : " Checkout"
61
- uses : " actions/checkout@v4 "
61
+ uses : " actions/checkout@v5 "
62
62
with :
63
63
fetch-depth : 2
64
64
You can’t perform that action at this time.
0 commit comments