Skip to content

Commit 39de541

Browse files
mbabkerphansys
authored andcommitted
Use ubuntu-latest for all GitHub actions
1 parent 3b71a3a commit 39de541

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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
php-coding-standards:
1111
name: "PHP-CS-Fixer"
12-
runs-on: "ubuntu-20.04"
12+
runs-on: "ubuntu-latest"
1313

1414
steps:
1515
- name: "Checkout"

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
jobs:
1313
phpunit:
1414
name: "PHPUnit ${{ matrix.php-version }} (${{ matrix.deps }})${{ matrix.no-annotations == true && ' - Without Annotations' || '' }}${{ matrix.orm != '' && format(' - ORM {0}', matrix.orm) || '' }}"
15-
runs-on: "ubuntu-20.04"
15+
runs-on: "ubuntu-latest"
1616

1717
services:
1818
mongo:
@@ -125,7 +125,7 @@ jobs:
125125

126126
upload_coverage:
127127
name: "Upload coverage to Codecov"
128-
runs-on: "ubuntu-22.04"
128+
runs-on: "ubuntu-latest"
129129
needs:
130130
- "phpunit"
131131

0 commit comments

Comments
 (0)