Skip to content

Commit 682b09f

Browse files
committed
Fix GA
1 parent e0630b6 commit 682b09f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/coding-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
jobs:
1717
coding-standards:
1818
name: "CS Fixer & PHPStan"
19-
runs-on: "ubuntu-22.04"
19+
runs-on: "ubuntu-latest"
2020

2121
strategy:
2222
matrix:

.github/workflows/continuous-integration.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
jobs:
1717
phpunit:
1818
name: "PHPUnit (PHP ${{ matrix.php }})"
19-
runs-on: "ubuntu-22.04"
19+
runs-on: "ubuntu-latest"
2020

2121
strategy:
2222
matrix:
@@ -66,7 +66,7 @@ jobs:
6666

6767
phpunit-coverage:
6868
name: "PHPUnit coverage (PHP ${{ matrix.php }})"
69-
runs-on: "ubuntu-22.04"
69+
runs-on: "ubuntu-latest"
7070

7171
strategy:
7272
matrix:
@@ -117,7 +117,7 @@ jobs:
117117

118118
phpunit-lowest:
119119
name: "PHPUnit lowest deps (PHP ${{ matrix.php }})"
120-
runs-on: "ubuntu-22.04"
120+
runs-on: "ubuntu-latest"
121121

122122
strategy:
123123
matrix:
@@ -158,7 +158,7 @@ jobs:
158158

159159
phpunit-composerv2:
160160
name: "PHPUnit with Composer v1 (PHP ${{ matrix.php }})"
161-
runs-on: "ubuntu-20.04"
161+
runs-on: "ubuntu-latest"
162162

163163
strategy:
164164
matrix:

0 commit comments

Comments
 (0)