diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 23eb34b..a32904c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,6 +31,7 @@ jobs: fail-fast: false matrix: ruby-version: + - '4.0' - 3.4 - 3.3 - 3.2 @@ -84,6 +85,10 @@ jobs: gemfile: openssl_2_1 - ruby-version: '3.4' gemfile: openssl_2_2 + - ruby-version: '4.0' + gemfile: openssl_2_1 + - ruby-version: '4.0' + gemfile: openssl_2_2 env: BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile steps: