Skip to content

Commit df54197

Browse files
committed
Update Ruby versions in test matrix
1 parent f0d3e43 commit df54197

File tree

5 files changed

+12
-35
lines changed

5 files changed

+12
-35
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 24 deletions
This file was deleted.

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
ruby: ["2.7.8", "3.0.6", "3.1.4", "3.2.2"]
21+
ruby: ["3.4.1", "3.3.6", "3.2.6", "3.1.6", "3.0.7"]
2222

2323
steps:
24-
- uses: actions/checkout@v2
24+
- uses: actions/checkout@v4
2525
- uses: ruby/setup-ruby@v1
2626
with:
2727
ruby-version: ${{ matrix.ruby }}
@@ -38,10 +38,10 @@ jobs:
3838
strategy:
3939
fail-fast: false
4040
matrix:
41-
ruby: ["2.7.8", "3.0.6", "3.1.4", "3.2.2"]
41+
ruby: ["3.4.1", "3.3.6", "3.2.6", "3.1.6", "3.0.7"]
4242

4343
steps:
44-
- uses: actions/checkout@v2
44+
- uses: actions/checkout@v4
4545
- uses: ruby/setup-ruby@v1
4646
with:
4747
ruby-version: ${{ matrix.ruby }}

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ruby 3.2.2
1+
ruby 3.4.1

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2016-2023 Kerem Bozdas
3+
Copyright (c) 2016-2025 Kerem Bozdas
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,11 @@ Yes.
127127

128128
This gem is tested against the following Ruby versions:
129129

130-
-`3.2.2` (stable)
131-
-`3.1.4` (stable)
132-
-`3.0.6` (security maintenance)
133-
- 🪦 `2.7.8` (end of life)
130+
-`3.4.1` (stable)
131+
-`3.3.6` (stable)
132+
-`3.2.6` (stable)
133+
-`3.1.6` (security maintenance)
134+
- 🪦 `3.0.7` (end of life)
134135

135136
## Development
136137

@@ -162,7 +163,7 @@ Nobody has time to type transliterate in the terminal.
162163

163164
## License
164165

165-
Copyright © 2016-2023 [Kerem Bozdas][Personal Webpage]
166+
Copyright © 2016-2025 [Kerem Bozdas][Personal Webpage]
166167

167168
This project is available under the terms of the [MIT License][License].
168169

0 commit comments

Comments
 (0)