Skip to content

Commit e0a4c3e

Browse files
Merge pull request #18 from puppetlabs/CAT-2281-Remove_puppet_7_test_infrastructure
(CAT-2281) Remove puppet 7 infrastructure
2 parents 0d9fbfc + 23e7b48 commit e0a4c3e

File tree

4 files changed

+2
-8
lines changed

4 files changed

+2
-8
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.154.2/containers/ruby/.devcontainer/base.Dockerfile
22

33
# [Choice] Ruby version: 2, 2.7, 2.6, 2.5
4-
ARG VARIANT="2.7"
4+
ARG VARIANT="3.1"
55
FROM mcr.microsoft.com/vscode/devcontainers/ruby:0-${VARIANT}
66

77
# [Option] Install Node.js

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dockerfile": "Dockerfile",
77
"args": {
88
// Update 'VARIANT' to pick a Ruby version: 2, 2.7, 2.6, 2.5
9-
"VARIANT": "2.5",
9+
"VARIANT": "3.1",
1010
// Options
1111
"INSTALL_NODE": "false",
1212
"NODE_VERSION": "lts/*"

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,8 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
ruby_version:
21-
- '2.7'
2221
- '3.2'
2322
include:
24-
- ruby_version: '2.7'
25-
puppet_version: '~> 7.0'
2623
- ruby_version: '3.2'
2724
puppet_version: '~> 8.0'
2825
runs-on:

.github/workflows/nightly.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,8 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
ruby_version:
14-
- '2.7'
1514
- '3.2'
1615
include:
17-
- ruby_version: '2.7'
18-
puppet_version: '~> 7.0'
1916
- ruby_version: '3.2'
2017
puppet_version: '~> 8.0'
2118
runs-on:

0 commit comments

Comments
 (0)