Skip to content

Commit

Permalink
Update Ruby versions in test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
krmbzds committed Mar 4, 2023
1 parent 0a51de6 commit a19906f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ["2.7.7", "3.0.5", "3.1.3", "3.2.0"]
ruby: ["2.7.7", "3.0.5", "3.1.3", "3.2.1"]

steps:
- uses: actions/checkout@v2
Expand All @@ -38,7 +38,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ["2.7.7", "3.0.5", "3.1.3", "3.2.0"]
ruby: ["2.7.7", "3.0.5", "3.1.3", "3.2.1"]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby 3.1.1
ruby 3.2.1
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Kerem Bozdas
Copyright (c) 2016-2023 Kerem Bozdas

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Yes.

This gem is tested against the following Ruby versions:

-`3.2.0` (stable)
-`3.2.1` (stable)
-`3.1.3` (stable)
-`3.0.5` (stable)
-`2.7.7` (security maintenance)
Expand Down

0 comments on commit a19906f

Please sign in to comment.