Skip to content

Commit 8452a04

Browse files
authored
CI: windows-2019 => windows-latest + ubuntu-20.04 => ubuntu-latest (#776)
* CI: windows-2019 => windows 2022 FYI: actions/runner-images#12045 (comment) * A change to trigger CI again * "ubuntu-20.04" => ubuntu-latest * Update continuous-integration.yml * Update coding-standards.yml * Update performance.yml * Update continuous-integration.yml
1 parent 8440edb commit 8452a04

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/coding-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
coding-standards:
1111
name: "CS Fixer & PHPStan"
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-latest
1313
steps:
1414
-
1515
name: Checkout

.github/workflows/continuous-integration.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ env:
88
jobs:
99
phpunit:
1010
name: "PHPUnit (PHP ${{ matrix.php }})"
11-
runs-on: "ubuntu-20.04"
11+
runs-on: ubuntu-latest
1212

1313
strategy:
1414
matrix:
@@ -46,7 +46,7 @@ jobs:
4646

4747
phpunit-lower-php:
4848
name: "PHPUnit (PHP ${{ matrix.php }})"
49-
runs-on: "ubuntu-20.04"
49+
runs-on: ubuntu-latest
5050

5151
strategy:
5252
matrix:
@@ -77,7 +77,7 @@ jobs:
7777

7878
phpunit-coverage:
7979
name: "PHPUnit coverage (PHP ${{ matrix.php }})"
80-
runs-on: "ubuntu-20.04"
80+
runs-on: ubuntu-latest
8181

8282
strategy:
8383
matrix:
@@ -108,7 +108,7 @@ jobs:
108108

109109
phpunit-composerv2:
110110
name: "PHPUnit Composer v2 (PHP ${{ matrix.php }})"
111-
runs-on: "ubuntu-20.04"
111+
runs-on: ubuntu-latest
112112

113113
strategy:
114114
matrix:
@@ -139,7 +139,7 @@ jobs:
139139

140140
alt-autoload:
141141
name: "Tests alternative autoloader (PHP ${{ matrix.php }})"
142-
runs-on: "ubuntu-20.04"
142+
runs-on: ubuntu-latest
143143

144144
strategy:
145145
matrix:
@@ -169,7 +169,7 @@ jobs:
169169

170170
phpunit-lowest:
171171
name: "PHPUnit lowest deps (PHP ${{ matrix.php }})"
172-
runs-on: "ubuntu-20.04"
172+
runs-on: ubuntu-latest
173173

174174
strategy:
175175
matrix:
@@ -202,7 +202,7 @@ jobs:
202202

203203
windows-tests:
204204
name: Windows-Tests with PHP ${{ matrix.php-versions }}
205-
runs-on: windows-2019
205+
runs-on: windows-latest
206206

207207
strategy:
208208
fail-fast: true

.github/workflows/performance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
jobs:
1313
performance-tests:
1414
name: "Tests for the performance testing the PDF parsing"
15-
runs-on: "ubuntu-20.04"
15+
runs-on: ubuntu-latest
1616

1717
strategy:
1818
matrix:

0 commit comments

Comments
 (0)