Skip to content

Commit

Permalink
Remove ruby 3.1 from CI test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
teeparham committed Dec 13, 2024
1 parent d16dac8 commit 24bb5c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
fail-fast: false
matrix:
# https://ruby-lang.org/en/downloads/branches
ruby: ["3.3", "3.2", "3.1"]
ruby: ["3.3", "3.2"]
# https://www.postgresql.org/support/versioning/
pg: [12-master, 13-master, 14-master, 15-master, 16-master]
steps:
Expand Down

0 comments on commit 24bb5c0

Please sign in to comment.