Skip to content

Commit

Permalink
(CAT-1343) - Update testing matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbreen28 committed Aug 24, 2023
1 parent 8232892 commit e44c6ae
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
fail-fast: false
matrix:
ruby_version:
- '2.5'
- '2.7'
- '3.2'
runs_on:
- 'ubuntu-latest'
- 'windows-latest'
Expand All @@ -32,8 +32,8 @@ jobs:
fail-fast: false
matrix:
ruby_version:
- '2.5'
- '2.7'
- '3.2'
runs_on:
- 'ubuntu-latest'
- 'windows-latest'
Expand All @@ -45,7 +45,7 @@ jobs:
ruby_version: ${{ matrix.ruby_version }}
runs_on: ${{ matrix.runs_on }}
rake_task: 'gem_revendor acceptance_languageserver'
puppet_version: '~> 7.24'
puppet_version: '~> 8.0'

build:
name: "Build Editor Service"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-test-matrix.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ $OSList =@('ubuntu-20.04', 'windows-2019')
# - https://github.com/puppetlabs/puppet/pull/8577#issuecomment-823820255
# - https://www.msys2.org/news/#2021-01-31-aslr-enabled-by-default
$RubyPuppet = @(
@{ ruby = '2.7'; puppet_gem_version = '~> 7.0' }
@{ ruby = '3.2'; puppet_gem_version = '~> 8.0' }
)

$OSList | ForEach-Object {
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
fail-fast: false
matrix:
ruby_version:
- '2.5'
- '2.7'
- '3.2'
runs_on:
- 'ubuntu-latest'
- 'windows-latest'
Expand All @@ -31,8 +31,8 @@ jobs:
fail-fast: false
matrix:
ruby_version:
- '2.5'
- '2.7'
- '3.2'
runs_on:
- 'ubuntu-latest'
- 'windows-latest'
Expand All @@ -44,7 +44,7 @@ jobs:
ruby_version: ${{ matrix.ruby_version }}
runs_on: ${{ matrix.runs_on }}
rake_task: 'gem_revendor acceptance_languageserver'
puppet_version: '~> 7.24'
puppet_version: '~> 8.0'

build:
name: "Build Editor Service"
Expand Down

0 comments on commit e44c6ae

Please sign in to comment.