Skip to content

Commit

Permalink
Remove ubuntu 16.04 from self-tests, out of support
Browse files Browse the repository at this point in the history
And being removed from the GHA setup-php

https://github.com/shivammathur/setup-php
shivammathur/setup-php#452

So, jumping to 20.04
  • Loading branch information
stronk7 committed Aug 7, 2021
1 parent d00a469 commit 405b4ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -5,7 +5,7 @@ on: [push, pull_request, workflow_dispatch]
jobs:
selftest:
name: CI test (make validate)
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04

steps:
- name: Check out repository code
Expand All @@ -25,7 +25,7 @@ jobs:
citest:
name: CI test
needs: selftest
runs-on: ubuntu-16.04
runs-on: ubuntu-20.04

services:
postgres:
Expand Down

0 comments on commit 405b4ce

Please sign in to comment.