mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +00:00
Jump to 18.04 as it offers Tidy extension by default too
This commit is contained in:
parent
40c01ad1d4
commit
c29ad30b56
3 changed files with 3 additions and 3 deletions
2
.github/workflows/continuous-integration.yml
vendored
2
.github/workflows/continuous-integration.yml
vendored
|
@ -15,7 +15,7 @@ env:
|
|||
jobs:
|
||||
phpunit:
|
||||
name: "PHP ${{ matrix.php }} using ${{ matrix.database }}"
|
||||
runs-on: "ubuntu-16.04"
|
||||
runs-on: "ubuntu-18.04"
|
||||
services:
|
||||
rabbitmq:
|
||||
image: rabbitmq:3-alpine
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue