diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc252cc5..317f5a80 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,10 +7,11 @@ jobs: strategy: matrix: entry: - - { ruby: 3.2, allowed-failure: false } - - { ruby: 3.3, allowed-failure: false } - - { ruby: 3.4, allowed-failure: false } - - { ruby: head, allowed-failure: true } + - { ruby: '3.2', allowed-failure: false } + - { ruby: '3.3', allowed-failure: false } + - { ruby: '3.4', allowed-failure: false } + - { ruby: '4.0', allowed-failure: false } + - { ruby: 'head', allowed-failure: true } name: Test Ruby ${{ matrix.entry.ruby }} steps: - uses: actions/checkout@v6 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ba0116b1..32e79577 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: uses: ruby/setup-ruby@v1 with: bundler-cache: true - ruby-version: 3.4 + ruby-version: 4.0 - uses: rubygems/release-gem@v1 publish_gh_pages: