Skip to content

Commit

Permalink
CI: GitHub Actions switch to ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelFQC committed Aug 22, 2022
1 parent 0d52413 commit 5742170
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Expand Up @@ -5,7 +5,7 @@ on: [push, pull_request]
jobs:
build:
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04

strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/php_cs.yml
Expand Up @@ -4,7 +4,7 @@ on: [ push, pull_request ]

jobs:
composer_install:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04

strategy:
fail-fast: false
Expand Down

0 comments on commit 5742170

Please sign in to comment.