Skip to content

Commit

Permalink
minor #456 [CI] Switch from ubuntu-latest to ubuntu-18.04 (pamil)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.8 branch.

Discussion
----------

In the coming weeks, ubuntu-latest will start pointing to ubuntu-20.04 instead of ubuntu-18.04. Let's prevent potential failures by specifying directly ubuntu-18.04 for now and consiously upgrading to ubuntu-20.04 when we're ready - possibly after dropping PHP 7.3 compatibility, since setting it up on the newer version of Ubuntu takes a lot more time.

Ref: actions/runner-images#1816

Commits
-------

76490228d43179b6dcf108d92a0a4525912339a2 [CI] Switch from ubuntu-latest to ubuntu-18.04
  • Loading branch information
windragon0910 committed Dec 15, 2020
2 parents 3f30271 + 8db5e7c commit 278408c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
tests:
runs-on: ubuntu-latest
runs-on: ubuntu-18.04

name: "PHP ${{ matrix.php }}, Symfony ${{ matrix.symfony }}, MySQL ${{ matrix.mysql }}"

Expand Down

0 comments on commit 278408c

Please sign in to comment.