Skip to content

Commit

Permalink
Add back head versions to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
inkstak committed Apr 18, 2024
1 parent 1a3c28e commit 14b69e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
# Test only supported versions: https://endoflife.date/ruby
ruby-version: [ '3.0', '3.1', '3.2', '3.3', jruby, truffleruby ]
ruby-version: [ '3.1', '3.2', '3.3', head, jruby, truffleruby ]

steps:
- uses: actions/checkout@v3
Expand Down
7 changes: 2 additions & 5 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,11 @@
# Supported versions of Rails:
# https://endoflife.date/rails
#
appraise "activejob-6.0" do
gem "activejob", "~> 6.0.x"
gem "activesupport", "~> 6.0.x"
end

appraise "activejob-6.1" do
gem "activejob", "~> 6.1.x"
gem "activesupport", "~> 6.1.x"
gem "base64"
gem "bigdecimal"
end

appraise "activejob-7.0" do
Expand Down

0 comments on commit 14b69e2

Please sign in to comment.