Skip to content

Commit

Permalink
Pin GitHub Actions on Ubuntu 18.04
Browse files Browse the repository at this point in the history
Ubuntu 20.04 only supports PHP 7.4 and 8.0, so older versions can't be
tested there.
  • Loading branch information
rpkamp committed Dec 29, 2020
1 parent 8939fbd commit 7b36ad9
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 @@ -19,7 +19,7 @@ jobs:
ports:
- 3025:3025
- 10025:10025
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
name: Test
strategy:
fail-fast: false
Expand Down

0 comments on commit 7b36ad9

Please sign in to comment.