mirror of
https://github.com/filegator/filegator.git
synced 2025-01-17 20:58:27 +01:00
CI test - Node 14.x
This commit is contained in:
parent
4a169d2f1e
commit
389a5849bd
4
.github/workflows/nodejs.yml
vendored
4
.github/workflows/nodejs.yml
vendored
@ -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
|
||||
|
2
.github/workflows/php.yml
vendored
2
.github/workflows/php.yml
vendored
@ -5,7 +5,7 @@ on: [push, pull_request]
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-18.04
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user