Skip to content

Commit 80e1ecf

Browse files
authored
Merge pull request #347 from pimcore/runners_update
Runner to ubuntu-latest
2 parents 814655e + d3f8277 commit 80e1ecf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/elastic-search-codeception.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ env:
2525
jobs:
2626
codeception-tests:
2727
name: "Codeception tests"
28-
runs-on: "ubuntu-20.04"
28+
runs-on: "ubuntu-latest"
2929
continue-on-error: ${{ matrix.experimental }}
3030
strategy:
3131
matrix:

.github/workflows/open-search-codeception.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ env:
2525
jobs:
2626
codeception-tests:
2727
name: "Codeception tests"
28-
runs-on: "ubuntu-20.04"
28+
runs-on: "ubuntu-latest"
2929
continue-on-error: ${{ matrix.experimental }}
3030
strategy:
3131
matrix:

.github/workflows/static-analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
jobs:
2121
static-analysis-phpstan:
2222
name: "Static Analysis with PHPStan"
23-
runs-on: "ubuntu-20.04"
23+
runs-on: "ubuntu-latest"
2424
strategy:
2525
matrix:
2626
include:

0 commit comments

Comments
 (0)