Skip to content

Commit 278408c

Browse files
committed
minor #456 [CI] Switch from ubuntu-latest to ubuntu-18.04 (pamil)
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
2 parents 3f30271 + 8db5e7c commit 278408c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
tests:
14-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-18.04
1515

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

0 commit comments

Comments
 (0)