diff options
| author | mo khan <mo@mokhan.ca> | 2025-04-30 16:38:56 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-04-30 16:38:56 -0600 |
| commit | 58d4e9be69cf5fbc951bc63858ac899dded47bee (patch) | |
| tree | 8410e387a0cb97b691bfdd81701239fa6198145d /.github | |
| parent | e0f1a7c92494e5b53a65fde9d973fbcc8e0a5b04 (diff) | |
feat: change minimum ruby to 3.2v1.3.0
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 56b9cb8..2371b82 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', '3.1', '3.2', '3.3', '3.4'] + ruby-version: ['3.2', '3.3', '3.4'] steps: - uses: actions/checkout@v2 - name: Set up Ruby |
