diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 710cdbd..4d90acb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: tests: strategy: matrix: - ruby: [ '3.1', '3.2', '3.3', '3.4' ] + ruby: [ '3.4', '3.3', '3.2' ] name: Tests - Ruby ${{ matrix.ruby }} # Set the type of machine to run on