Skip to content

Commit

Permalink
build ruby 3.3. in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Dec 27, 2023
1 parent e5a815c commit 53ad9d4
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,15 @@ jobs:
- nodejs
- jruby94
- jruby93
- ruby32
- ruby31
- ruby30
# - ruby34 # REL: 2024-12-25
- ruby33 # EOL: 2027-03-31
- ruby32 # EOL: 2026-03-31
- ruby31 # EOL: 2025-03-31
- ruby30 # EOL: 2024-03-31
# https://www.ruby-lang.org/en/downloads/branches/
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Purge containers
run: 'docker kill $(docker ps -q) || exit 0'
- name: Enable docker multiarch
Expand Down

0 comments on commit 53ad9d4

Please sign in to comment.