Skip to content

Commit

Permalink
Use of ubuntu-18.04 in CI instead of ubuntu-latest (which is now ub…
Browse files Browse the repository at this point in the history
…untu-20.04 and do not provide PHP <7.4 out of the box)
  • Loading branch information
DamienHarper committed Jan 26, 2021
1 parent a3a90c6 commit 38ea173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
tests:
name: Tests PHP ${{ matrix.php }}, Symfony ${{ matrix.symfony }}, ${{ matrix.db }}
runs-on: ubuntu-latest
runs-on: ubuntu-18.04

services:
mysql:
Expand Down

0 comments on commit 38ea173

Please sign in to comment.