diff --git a/.github/workflows/manual-publish-docs.yml b/.github/workflows/manual-publish-docs.yml index 6b1c587..5d20066 100644 --- a/.github/workflows/manual-publish-docs.yml +++ b/.github/workflows/manual-publish-docs.yml @@ -13,7 +13,7 @@ jobs: - uses: ruby/setup-ruby@3ff19f5e2baf30647122352b96108b1fbe250c64 # v1.299.0 with: - ruby-version: 3.1 + ruby-version: 3.4 - uses: ./.github/actions/build-docs diff --git a/.github/workflows/manual-publish.yml b/.github/workflows/manual-publish.yml index 76a610d..193a0f4 100644 --- a/.github/workflows/manual-publish.yml +++ b/.github/workflows/manual-publish.yml @@ -28,7 +28,7 @@ jobs: name: Build and Test uses: ./.github/actions/ci with: - ruby-version: 3.1 + ruby-version: 3.4 - id: publish name: Publish Package diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 79e45e6..692c14d 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -32,7 +32,7 @@ jobs: - uses: ./.github/actions/ci if: ${{ steps.release.outputs.releases_created == 'true' }} with: - ruby-version: 3.1 + ruby-version: 3.4 - uses: ./.github/actions/build-docs if: ${{ steps.release.outputs.releases_created == 'true' }} diff --git a/README.md b/README.md index 47ddf5c..7671ff8 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ This provider is designed primarily for use in multi-user systems such as web se ## Supported Ruby versions -This version of the LaunchDarkly provider works with Ruby 3.1 and above. +This version of the LaunchDarkly provider works with Ruby 3.4 and above. ## Getting started