Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 2e5a3f4

Browse files
committed
Drop support for Debian 8
1 parent fb9c633 commit 2e5a3f4

File tree

6 files changed

+2
-38
lines changed

6 files changed

+2
-38
lines changed

‎.travis.yml‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ env:
1010
- ENVIRONMENT=debian-10-node-v10
1111
- ENVIRONMENT=debian-9-node-v12
1212
- ENVIRONMENT=debian-9-node-v10
13-
- ENVIRONMENT=debian-8-node-v12
14-
- ENVIRONMENT=debian-8-node-v10
1513
script:
1614
- docker-compose build $ENVIRONMENT
1715
- docker-compose run --rm $ENVIRONMENT

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ detect-character-encoding may return `null` if no charset matches.
3535

3636
- macOS Mojave and macOS High Sierra
3737
- Ubuntu 18.04 and 16.04
38-
- Debian 10, 9, and 8
38+
- Debian 10and 9
3939

4040
detect-character-encoding does not support 32-bit operating systems.
4141

‎docker-compose.yml‎

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,3 @@ services:
3232
build:
3333
context: .
3434
dockerfile: docker/debian-9/node-v10/Dockerfile
35-
debian-8-node-v12:
36-
build:
37-
context: .
38-
dockerfile: docker/debian-8/node-v12/Dockerfile
39-
debian-8-node-v10:
40-
build:
41-
context: .
42-
dockerfile: docker/debian-8/node-v10/Dockerfile

‎docker/debian-8/node-v10/Dockerfile‎

Lines changed: 0 additions & 12 deletions
This file was deleted.

‎docker/debian-8/node-v12/Dockerfile‎

Lines changed: 0 additions & 12 deletions
This file was deleted.

‎docker/generate.js‎

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ const environments = [
1414
{os: 'debian', osVersion: '10', nodeVersion: '12', dockerTag: '10-buster'},
1515
{os: 'debian', osVersion: '10', nodeVersion: '10', dockerTag: '10-buster'},
1616
{os: 'debian', osVersion: '9', nodeVersion: '12', dockerTag: '10-stretch'},
17-
{os: 'debian', osVersion: '9', nodeVersion: '10', dockerTag: '10-stretch'},
18-
{os: 'debian', osVersion: '8', nodeVersion: '12', dockerTag: '10-jessie'},
19-
{os: 'debian', osVersion: '8', nodeVersion: '10', dockerTag: '10-jessie'}
17+
{os: 'debian', osVersion: '9', nodeVersion: '10', dockerTag: '10-stretch'}
2018
];
2119
/* eslint-enable key-spacing */
2220

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /