Skip to content

Commit c79d343

Browse files
committed
run ubuntu latest images
1 parent 7558fe2 commit c79d343

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
coding-standards:
1717
name: "Coding Standards (${{ matrix.php-version }})"
1818

19-
runs-on: "ubuntu-18.04"
19+
runs-on: ubuntu-latest
2020

2121
strategy:
2222
fail-fast: false
@@ -59,7 +59,7 @@ jobs:
5959
test:
6060
name: "PHP ${{ matrix.php-version }} + @${{ matrix.symfony-version }} ${{ matrix.dependency-versions }} deps"
6161

62-
runs-on: ubuntu-18.04
62+
runs-on: ubuntu-latest
6363

6464
services:
6565
mysql:

0 commit comments

Comments
 (0)