Skip to content

Commit 8d6e457

Browse files
authored
Update Ruby versions (#245)
* Update Ruby versions * Bump version
1 parent 8e08884 commit 8d6e457

3 files changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
- 2.7
1818
- 3.0
1919
- 3.1
20+
- 3.2
21+
- 3.3
2022
- jruby
2123
steps:
2224
- name: Checkout
@@ -64,6 +66,8 @@ jobs:
6466
- 2.7
6567
- 3.0
6668
- 3.1
69+
- 3.2
70+
- 3.3
6771
- jruby
6872
experimental: [false]
6973
steps:

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 2.8.0
2+
* Add support for Ruby 3.2 and 3.3
3+
14
## 2.7.2
25
* Improved stability for mp4 parser when dealing with corrupted FTYP boxes.
36

lib/format_parser/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module FormatParser
2-
VERSION = '2.7.2'
2+
VERSION = '2.8.0'
33
end

0 commit comments

Comments
 (0)