Skip to content

Commit

Permalink
Update jruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
smasato committed Oct 14, 2024
1 parent 1e4612a commit 935b075
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- ruby: '3.0'
env:
AR_VERSION: 6.1
- ruby: jruby-9.4.5.0
- ruby: jruby-9.4.8.0
env:
AR_VERSION: '7.0'
- ruby: 2.7
Expand All @@ -85,7 +85,7 @@ jobs:
- ruby: 2.7
env:
AR_VERSION: '6.0'
- ruby: jruby-9.3.10.0
- ruby: jruby-9.3.15.0
env:
AR_VERSION: '6.1'
- ruby: 2.6
Expand Down Expand Up @@ -142,6 +142,10 @@ jobs:
AR_VERSION: '7.0'
steps:
- uses: actions/checkout@v4
- name: Install SQLite3 Development Library
run: |
sudo apt-get update
sudo apt-get install libsqlite3-dev
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0
Expand Down

0 comments on commit 935b075

Please sign in to comment.