Skip to content

Commit

Permalink
Updated configuration file for Github Actions CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bblimke committed Feb 4, 2024
1 parent 3c1799b commit 25584ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
matrix:
ruby:
- head
- '3.3'
- '3.2'
- '3.1'
- '3.0'
Expand All @@ -25,7 +26,7 @@ jobs:
env:
JRUBY_OPTS: "--debug"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Apt Packages
run: |
sudo apt-get install libcurl4-openssl-dev -y
Expand Down

0 comments on commit 25584ff

Please sign in to comment.