We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 518a02e commit 420b1b5Copy full SHA for 420b1b5
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ jobs:
9
timeout-minutes: 5
10
strategy:
11
matrix:
12
- ruby: [ "3.2", "3.1", "3.0" ]
+ ruby: [ "3.3", "3.2", "3.1", "3.0" ]
13
gemfile: [ "active_job_71.gemfile", "active_job_70.gemfile", "active_job_61.gemfile", "active_job_60.gemfile" ]
14
15
services:
0 commit comments