Skip to content

Commit b055afd

Browse files
committed
Added ruby 3.3 to CI
1 parent 6a2c216 commit b055afd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pagy-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ jobs:
4444
- ruby-version: '3.2'
4545
env:
4646
BUNDLE_GEMFILE: .github/gemfiles/default
47+
# RUBYOPT: '--disable-error_highlight'
48+
- ruby-version: '3.3'
49+
env:
50+
BUNDLE_GEMFILE: .github/gemfiles/default
4751
CODECOV: true
4852
CHECK_MANIFEST: true
4953
# RUBYOPT: '--disable-error_highlight'

0 commit comments

Comments
 (0)