File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 9
9
jobs :
10
10
coding-standards :
11
11
name : " CS Fixer & PHPStan"
12
- runs-on : ubuntu-20.04
12
+ runs-on : ubuntu-latest
13
13
steps :
14
14
-
15
15
name : Checkout
Original file line number Diff line number Diff line change 8
8
jobs :
9
9
phpunit :
10
10
name : " PHPUnit (PHP ${{ matrix.php }})"
11
- runs-on : " ubuntu-20.04 "
11
+ runs-on : ubuntu-latest
12
12
13
13
strategy :
14
14
matrix :
46
46
47
47
phpunit-lower-php :
48
48
name : " PHPUnit (PHP ${{ matrix.php }})"
49
- runs-on : " ubuntu-20.04 "
49
+ runs-on : ubuntu-latest
50
50
51
51
strategy :
52
52
matrix :
77
77
78
78
phpunit-coverage :
79
79
name : " PHPUnit coverage (PHP ${{ matrix.php }})"
80
- runs-on : " ubuntu-20.04 "
80
+ runs-on : ubuntu-latest
81
81
82
82
strategy :
83
83
matrix :
@@ -108,7 +108,7 @@ jobs:
108
108
109
109
phpunit-composerv2 :
110
110
name : " PHPUnit Composer v2 (PHP ${{ matrix.php }})"
111
- runs-on : " ubuntu-20.04 "
111
+ runs-on : ubuntu-latest
112
112
113
113
strategy :
114
114
matrix :
@@ -139,7 +139,7 @@ jobs:
139
139
140
140
alt-autoload :
141
141
name : " Tests alternative autoloader (PHP ${{ matrix.php }})"
142
- runs-on : " ubuntu-20.04 "
142
+ runs-on : ubuntu-latest
143
143
144
144
strategy :
145
145
matrix :
@@ -169,7 +169,7 @@ jobs:
169
169
170
170
phpunit-lowest :
171
171
name : " PHPUnit lowest deps (PHP ${{ matrix.php }})"
172
- runs-on : " ubuntu-20.04 "
172
+ runs-on : ubuntu-latest
173
173
174
174
strategy :
175
175
matrix :
@@ -202,7 +202,7 @@ jobs:
202
202
203
203
windows-tests :
204
204
name : Windows-Tests with PHP ${{ matrix.php-versions }}
205
- runs-on : windows-2019
205
+ runs-on : windows-latest
206
206
207
207
strategy :
208
208
fail-fast : true
Original file line number Diff line number Diff line change 12
12
jobs :
13
13
performance-tests :
14
14
name : " Tests for the performance testing the PDF parsing"
15
- runs-on : " ubuntu-20.04 "
15
+ runs-on : ubuntu-latest
16
16
17
17
strategy :
18
18
matrix :
You can’t perform that action at this time.
0 commit comments