Skip to content

Commit 1332fff

Browse files
authored
Merge pull request #132 from thinreports/test-against-ruby3.3
Test against Ruby3.3
2 parents b0aceac + 0be5fe2 commit 1332fff

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- "3.0"
1818
- "3.1"
1919
- "3.2"
20+
- "3.3"
2021

2122
steps:
2223
- uses: actions/checkout@v4

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ A Ruby library for [Thinreports](https://github.com/thinreports/thinreports).
99

1010
### Supported Versions
1111

12-
- Ruby 3.0, 3.1, 3.2
12+
- Ruby 3.0, 3.1, 3.2, 3.3
1313
- Prawn 2.4+
1414

1515
## Installation

0 commit comments

Comments
 (0)