Skip to content

Commit

Permalink
Update Ruby versions (#245)
Browse files Browse the repository at this point in the history
* Update Ruby versions

* Bump version
  • Loading branch information
linkyndy authored Jul 2, 2024
1 parent 8e08884 commit 8d6e457
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
- 2.7
- 3.0
- 3.1
- 3.2
- 3.3
- jruby
steps:
- name: Checkout
Expand Down Expand Up @@ -64,6 +66,8 @@ jobs:
- 2.7
- 3.0
- 3.1
- 3.2
- 3.3
- jruby
experimental: [false]
steps:
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 2.8.0
* Add support for Ruby 3.2 and 3.3

## 2.7.2
* Improved stability for mp4 parser when dealing with corrupted FTYP boxes.

Expand Down
2 changes: 1 addition & 1 deletion lib/format_parser/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module FormatParser
VERSION = '2.7.2'
VERSION = '2.8.0'
end

0 comments on commit 8d6e457

Please sign in to comment.