GOOD SHELL MAS BOY
Server: Apache/2.4.52 (Ubuntu)
System: Linux vmi1836763.contaboserver.net 5.15.0-130-generic #140-Ubuntu SMP Wed Dec 18 17:59:53 UTC 2024 x86_64
User: www-data (33)
PHP: 8.4.10
Disabled: NONE
Upload Files
File: //proc/self/cwd/vendor/cloudinary/cloudinary_php/.github/workflows/test.yaml
name: Tests
on: [push, pull_request]
jobs:
  php:
    name: PHP ${{ matrix.php-versions }}
    runs-on: ubuntu-latest
    strategy:
      fail-fast: false
      matrix:
        php-versions:
          - '5.6'
          - '7.4'
          - '8.0'
          - '8.1'
          - '8.2'
    steps:
      - name: Checkout
        uses: actions/checkout@v4
      - name: Setup PHP, with composer and extensions
        uses: shivammathur/setup-php@v2
        with:
          php-version: ${{ matrix.php-versions }}
          extensions: json
          coverage: xdebug
      - name: Install Composer dependencies
        run: composer update -n
      - name: Run Tests
        run: |
          export CLOUDINARY_URL=$(bash tools/get_test_cloud.sh);
          echo cloud_name: "$(echo $CLOUDINARY_URL | cut -d'@' -f2)"
          vendor/bin/simple-phpunit