We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ruby-3.3
1 parent 936aec3 commit 58c8190Copy full SHA for 58c8190
.github/workflows/build.yml
@@ -11,6 +11,7 @@ jobs:
11
include:
12
# Ruby 3.x on Ubuntu 22.04 LTS (latest at this time)
13
- {os: ubuntu-22.04, ruby: 'head', db: mysql80}
14
+ - {os: ubuntu-22.04, ruby: '3.3', db: mysql80}
15
- {os: ubuntu-22.04, ruby: '3.2', db: mysql80}
16
- {os: ubuntu-22.04, ruby: '3.1', db: mysql80}
17
- {os: ubuntu-22.04, ruby: '3.0', db: mysql80}
0 commit comments