Update CI language versions (#1549)

Bump main Ruby version to 3.3, change Node to 20.x (LTS)
This commit is contained in:
Matt Wang 2024-10-09 01:25:18 -07:00 committed by GitHub
parent aeaa79cf27
commit f5626b16a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46,7 +46,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.2"
ruby-version: "3.3"
bundler-cache: false
- name: Bundle Install
run: bundle install
@ -62,7 +62,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: ["3.2"]
ruby-version: ["3.3"]
runs-on: ubuntu-latest
steps:
@ -96,7 +96,7 @@ jobs:
strategy:
matrix:
node-version: [18.x]
node-version: [20.x]
steps:
- uses: actions/checkout@v4