Skip to content

Commit

Permalink
Update run-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalbaljet committed Jan 2, 2024
1 parent 730691e commit 73f3d85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
os: [ubuntu-20.04]
php: [8.3, 8.2, 8.1]
laravel: [10.*]
ffmpeg: [6.1, 5.1, 4.4]
ffmpeg: [5.0, 4.4]
dependency-version: [prefer-lowest, prefer-stable]
include:
- laravel: 10.*
Expand All @@ -33,7 +33,7 @@ jobs:
coverage: none

- name: Install FFmpeg
uses: AnimMouse/setup-ffmpeg@v1
uses: Iamshankhadeep/setup-ffmpeg@ffmpeg-5.0-20220119
with:
token: ${{ secrets.CI_GITHUB_TOKEN }}
version: ${{ matrix.ffmpeg }}
Expand Down

0 comments on commit 73f3d85

Please sign in to comment.