Skip to content

Commit

Permalink
add ruby 3.0 ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
mjansing committed Apr 3, 2023
1 parent ec8cdcd commit 5d2a531
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ['2.7']
ruby: ['2.7', '3.0']
runs-on: ubuntu-latest
services:
postgres:
Expand Down
10 changes: 4 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,8 @@ GEM
erubi (>= 1.0.0)
rack (>= 0.9.0)
bindex (0.8.1)
bootsnap (1.4.6)
msgpack (~> 1.0)
bootsnap (1.4.6-java)
msgpack (~> 1.0)
bootsnap (1.16.0)
msgpack (~> 1.2)
bootstrap_form (4.5.0)
actionpack (>= 5.2)
activemodel (>= 5.2)
Expand Down Expand Up @@ -272,8 +270,8 @@ GEM
mini_mime (1.1.2)
mini_portile2 (2.8.1)
minitest (5.18.0)
msgpack (1.3.3)
msgpack (1.3.3-java)
msgpack (1.7.0)
msgpack (1.7.0-java)
multi_json (1.15.0)
multipart-post (2.2.3)
net-http (0.3.1)
Expand Down

0 comments on commit 5d2a531

Please sign in to comment.