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 4b302ef commit 7be8a07
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 @@ -12,7 +12,7 @@ on:
jobs:
tests:
name: Tests PHP ${{ matrix.php }}, Symfony ${{ matrix.symfony }}
runs-on: ubuntu-latest
runs-on: ubuntu-18.04

strategy:
matrix:
Expand Down

0 comments on commit 7be8a07

Please sign in to comment.