Skip to content

Commit

Permalink
Merge pull request #72 from glensc/ubuntu-16.04
Browse files Browse the repository at this point in the history
Use ubuntu-16.04 by default for faster setup-php
  • Loading branch information
falkenhawk authored Mar 13, 2021
2 parents c4c03e0 + 0bd7eea commit 8c96cfc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
test:
name: PHP ${{ matrix.php }}
runs-on: ubuntu-20.04
runs-on: ubuntu-16.04
strategy:
fail-fast: false
matrix:
Expand All @@ -27,6 +27,7 @@ jobs:
include:
- php: "8.0"
experimental: true
runs-on: ubuntu-20.04

services:
memcache:
Expand Down

0 comments on commit 8c96cfc

Please sign in to comment.