diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0a6c70bdc..f08336c35 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,6 +14,7 @@ jobs: - "2.7" - "3.0" - "3.1" + - "3.2" platform: [ubuntu-latest] runs-on: ${{ matrix.platform }} steps: diff --git a/.tool-versions b/.tool-versions index 38ec15178..f2a971aa7 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -ruby 3.0.3 +ruby 3.2.2