Skip to content

Commit

Permalink
[CI] Update ubuntu version (16.04 => 20.04) (#2136)
Browse files Browse the repository at this point in the history
Support for Ubuntu 16.04 (Xenial Xerus) runners is deprecated and will be removed on August 1, 2021
shivammathur/setup-php#452
  • Loading branch information
VerifiedJoseph committed May 30, 2021
1 parent f02d80e commit 2ae9793
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
phpcs:
runs-on: ubuntu-16.04
runs-on: ubuntu-20.04
strategy:
matrix:
php-versions: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4']
Expand All @@ -21,7 +21,7 @@ jobs:
- run: phpcs . --standard=phpcs.xml --warning-severity=0 --extensions=php -p

phpcompatibility:
runs-on: ubuntu-16.04
runs-on: ubuntu-20.04
strategy:
matrix:
php-versions: ['5.6', '7.4']
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
phpunit6:
runs-on: ubuntu-16.04
runs-on: ubuntu-20.04
strategy:
matrix:
php-versions: ['7.0', '7.1', '7.2']
Expand All @@ -21,7 +21,7 @@ jobs:
- run: phpunit --configuration=phpunit.xml --include-path=lib/

phpunit7:
runs-on: ubuntu-16.04
runs-on: ubuntu-20.04
strategy:
matrix:
php-versions: ['7.1', '7.2', '7.3']
Expand All @@ -34,7 +34,7 @@ jobs:
- run: phpunit --configuration=phpunit.xml --include-path=lib/

phpunit8:
runs-on: ubuntu-16.04
runs-on: ubuntu-20.04
strategy:
matrix:
php-versions: ['7.3', '7.4']
Expand Down

0 comments on commit 2ae9793

Please sign in to comment.