Skip to content

fix an issue where trying to upload large transcoded videos to the cloud would fail #278

fix an issue where trying to upload large transcoded videos to the cloud would fail

fix an issue where trying to upload large transcoded videos to the cloud would fail #278

Workflow file for this run

name: Tests
on:
push:
branches:
- main
- release/*
pull_request:
workflow_dispatch:
jobs:
execute-tests:
name: Setup testing environment and execute tests
# https://github.com/cybex-gmbh/github-workflows/blob/main/.github/workflows/tests.yml
uses: cybex-gmbh/github-workflows/.github/workflows/tests.yml@main
strategy:
fail-fast: true
matrix:
php: [ 8.2, 8.3 ]
laravel: [ 11.* ]
dependency-version: [ prefer-stable ]
with:
PHP_VERSION: ${{ matrix.php }}
LARAVEL_VERSION: ${{ matrix.laravel }}
DEPENDENCY_VERSION: ${{ matrix.dependency-version }}
MYSQL_DATABASE: transmorpher_test
LINUX_PACKAGES: imagemagick jpegoptim optipng pngquant gifsicle webp ffmpeg