diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 848db60c..416afe34 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,6 +18,7 @@ jobs: - '2.7' - '3.0' - '3.1' + - '3.2' os: - ubuntu - windows @@ -27,6 +28,8 @@ jobs: exclude: - ruby-version: '3.1' os: windows + - ruby-version: '3.2' + os: windows steps: - uses: actions/checkout@v2