CI test - Node 14.x

This commit is contained in:
Milos Stojanovic 2021-02-05 09:10:39 +01:00
parent 4a169d2f1e
commit 389a5849bd
3 changed files with 4 additions and 3 deletions

View File

@ -5,11 +5,11 @@ on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-16.04
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x]
node-version: [10.x, 12.x, 14.x]
steps:
- name: Checkout

View File

@ -5,7 +5,7 @@ on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
strategy:
matrix:

View File

@ -3,6 +3,7 @@
## Upcoming...
* Show filesize and remaining time on download #181 (Thanks @ahaenggli)
* Min supported PHP version is now 7.2
## 7.4.7 - 2021-01-13