Skip to content

Commit

Permalink
GH Actions: ubuntu-16.04 is no longer supported
Browse files Browse the repository at this point in the history
... use `ubuntu-18.04` or `ubuntu-latest` for `20.04` instead.

Also see:
* https://ubuntu.com/blog/ubuntu-16-04-lts-transitions-to-extended-security-maintenance-esm
* shivammathur/setup-php#452
  • Loading branch information
jrfnl committed Aug 4, 2021
1 parent ed7c627 commit 15c5fba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Expand Up @@ -312,7 +312,7 @@ jobs:
path: build/phpDocumentor.phar

e2e:
runs-on: ubuntu-16.04
runs-on: ubuntu-latest
name: E2E tests [ubuntu-latest]
needs:
- setup
Expand Down Expand Up @@ -468,7 +468,7 @@ jobs:
- '7.4'
- '8.0'
operating-system:
- ubuntu-16.04
- ubuntu-latest
- windows-latest
- macOS-latest
name: E2E tests on PHAR [${{ matrix.php-versions }} | ${{ matrix.operating-system }}]
Expand Down

0 comments on commit 15c5fba

Please sign in to comment.