Skip to content

Commit ecfb759

Browse files
committed
[CI] run tests on ubuntu 18.04
1 parent 827e153 commit ecfb759

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
@@ -15,7 +15,7 @@ jobs:
1515
coding-standards:
1616
name: "Coding Standards (${{ matrix.php-version }})"
1717

18-
runs-on: "ubuntu-latest"
18+
runs-on: "ubuntu-18.04"
1919

2020
strategy:
2121
fail-fast: false
@@ -52,7 +52,7 @@ jobs:
5252
test:
5353
name: "PHP ${{ matrix.php-version }} + symfony/skeleton@${{ matrix.symfony-skeleton-stability }}"
5454

55-
runs-on: ubuntu-latest
55+
runs-on: ubuntu-18.04
5656

5757
services:
5858
mysql:

0 commit comments

Comments
 (0)