Skip to content

Commit

Permalink
test: Forcing FFmpeg 6 for the MacOS tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vemilyus committed May 10, 2024
1 parent 38163d5 commit 272ce7b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Setup FFmpeg (${{ runner.os }})
run: |
brew update
brew install ffmpeg
brew install ffmpeg@6
ffmpeg -version
if: ${{ runner.os == 'macOS' }}

Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ outlook that tries to maintain 99% API compatibility with the original.
- Gradle instead of Maven
- JDK support starts at 11 (dropped support for Java 1.8)

## Compatibility

Jaffree has been tested and verified to work with FFmpeg 4 until 6. It should also work with other
versions but your mileage may vary.

## Dependencies

- JDK 11
Expand Down

0 comments on commit 272ce7b

Please sign in to comment.