diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9f2a3a3f..d1948347 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,8 +13,8 @@ jobs: fail-fast: false matrix: ruby_version: - - '2.5' - '2.7' + - '3.2' runs_on: - 'ubuntu-latest' - 'windows-latest' @@ -32,8 +32,8 @@ jobs: fail-fast: false matrix: ruby_version: - - '2.5' - '2.7' + - '3.2' runs_on: - 'ubuntu-latest' - 'windows-latest' @@ -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" diff --git a/.github/workflows/create-test-matrix.ps1 b/.github/workflows/create-test-matrix.ps1 index 45d7da65..cced4d1d 100644 --- a/.github/workflows/create-test-matrix.ps1 +++ b/.github/workflows/create-test-matrix.ps1 @@ -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 { diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 668289fa..26b65eac 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -12,8 +12,8 @@ jobs: fail-fast: false matrix: ruby_version: - - '2.5' - '2.7' + - '3.2' runs_on: - 'ubuntu-latest' - 'windows-latest' @@ -31,8 +31,8 @@ jobs: fail-fast: false matrix: ruby_version: - - '2.5' - '2.7' + - '3.2' runs_on: - 'ubuntu-latest' - 'windows-latest' @@ -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"