Skip to content

Commit

Permalink
docs: note EOL date for Ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
romanblanco committed Dec 16, 2023
1 parent 3290871 commit ef5e860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [3.0, 3.1, 3.2]
ruby: [3.0, 3.1, 3.2] # 3.0 EOL is 2024-03-31
rails: [6.1.4.4, 7.0.4.3]
env:
RAILS_VERSION: ${{ matrix.rails }}
Expand Down

0 comments on commit ef5e860

Please sign in to comment.