Skip to content

Commit 58c8190

Browse files
authored
Add ruby-3.3 to CI (#1340)
1 parent 936aec3 commit 58c8190

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
include:
1212
# Ruby 3.x on Ubuntu 22.04 LTS (latest at this time)
1313
- {os: ubuntu-22.04, ruby: 'head', db: mysql80}
14+
- {os: ubuntu-22.04, ruby: '3.3', db: mysql80}
1415
- {os: ubuntu-22.04, ruby: '3.2', db: mysql80}
1516
- {os: ubuntu-22.04, ruby: '3.1', db: mysql80}
1617
- {os: ubuntu-22.04, ruby: '3.0', db: mysql80}

0 commit comments

Comments
 (0)