summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Luis Leal Cardoso Junior <andrehjr@gmail.com>2023-01-01 11:36:44 -0300
committerGitHub <noreply@github.com>2023-01-01 11:36:44 -0300
commitee81361936cb9b2241ef5947ec4a269e1326a5fe (patch)
tree84dc37e8930533c3b2c1be123a1b29544241756d
parent15e960bf5551acc6a72bac0811c637b72cd79e89 (diff)
parent9a230c698e1a90c19b2ea14aac4846b05e9401d9 (diff)
downloadpry-ee81361936cb9b2241ef5947ec4a269e1326a5fe.tar.gz
Merge pull request #2263 from andrehjr/add-newer-rubies-to-ci
Add Ruby 3.2 and head to ubuntu-latest executions
-rw-r--r--.github/workflows/test.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index abdd1b18..0507155f 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -35,7 +35,8 @@ jobs:
# we have to use quotes for '3.0'
- '3.0'
- 3.1
- # - head is currently broken due to yard support for 3.2.0-dev
+ - 3.2
+ - head
- jruby-9.3.3.0
# - jruby-head
exclude:
@@ -51,6 +52,10 @@ jobs:
ruby: '2.3' # Intermittent failing Expression: RBASIC_CLASS(ret) == rb_cString
- os: windows-latest
ruby: '3.1'
+ - os: windows-latest
+ ruby: '3.2'
+ - os: windows-latest
+ ruby: 'head'
runs-on: ${{ matrix.os }}
continue-on-error: true