Skip to content

Commit 420b1b5

Browse files
committed
CI against Ruby 3.3
1 parent 518a02e commit 420b1b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
timeout-minutes: 5
1010
strategy:
1111
matrix:
12-
ruby: [ "3.2", "3.1", "3.0" ]
12+
ruby: [ "3.3", "3.2", "3.1", "3.0" ]
1313
gemfile: [ "active_job_71.gemfile", "active_job_70.gemfile", "active_job_61.gemfile", "active_job_60.gemfile" ]
1414

1515
services:

0 commit comments

Comments
 (0)