diff options
| author | mo khan <mo@mokhan.ca> | 2024-12-05 16:38:12 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2024-12-05 16:38:12 -0700 |
| commit | fa7f73e279848416293efcb9a0c786bb8911836b (patch) | |
| tree | 12c0609b9b828e31e338fe60c83404ab182430b5 | |
| parent | 02562ffa1a4fcfef773e4b56bac4d1bb05d5e412 (diff) | |
chore: run test job for newer versions of Ruby
| -rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 23dde06..56b9cb8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby-version: ['2.5', '2.6', '2.7', '3.0'] + ruby-version: ['2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4'] steps: - uses: actions/checkout@v2 - name: Set up Ruby @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1 with: - ruby-version: '3.0' + ruby-version: '3.4' bundler-cache: true - name: Running style checks… run: sh bin/style |
