Skip to content

Commit

Permalink
Revert "ci: Running tests using multiple FFmpeg versions"
Browse files Browse the repository at this point in the history
This reverts commit d58739c.
  • Loading branch information
vemilyus committed Aug 5, 2023
1 parent d58739c commit a04764f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
16 changes: 3 additions & 13 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
java-version: [ 17 ]
ffmpeg-version: [ "6.0", "5.1.1", "4.4.1" ]
fail-fast: false

steps:
Expand All @@ -43,26 +42,17 @@ jobs:
key: ${{ runner.os }}-artifacts-${{ hashFiles('**/Artifacts.java') }}

- name: Setup FFmpeg (${{ runner.os }})
uses: Iamshankhadeep/setup-ffmpeg@v1.2
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: ${{ matrix.ffmpeg-version }}
uses: FedericoCarboni/setup-ffmpeg@v2

- name: Build (${{ runner.os }})
uses: burrunan/gradle-cache-action@v1
with:
arguments: --console=plain build

- name: |
Test Report (${{ runner.os }},
JDK ${{ matrix.java-version }},
FFmpeg ${{ matrix.ffmpeg-version }})
- name: Test Report (${{ runner.os }})
uses: dorny/test-reporter@v1
if: success() || failure()
with:
name: |
Test Report (${{ runner.os }},
JDK ${{ matrix.java-version }},
FFmpeg ${{ matrix.ffmpeg-version }})
name: Test Report (${{ runner.os }}, ${{ matrix.java-version }})
reporter: java-junit
path: '**/TEST-*.xml'
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ distributed under the GNU General Public License Version 3.

**JDK**: 17 (and soon 21)

**FFmpeg**: 6.0, 5.1.2, 4.4.1

## Usage

[![Maven Central](https://img.shields.io/maven-central/v/io.v47.jaffree/jaffree.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22io.v47.jaffree%22%20AND%20a:%22jaffree%22)
Expand Down

0 comments on commit a04764f

Please sign in to comment.