Update github actions to use Ubuntu 20.04 by default

This commit is contained in:
Kijin Sung 2022-10-30 17:43:39 +09:00
parent 87a5b96387
commit 85685a260f

View file

@ -2,7 +2,7 @@ name: PHP Lint & Codeception
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix: