Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 18.191.138.59
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
3 /
spatie /
browsershot /
.github /
workflows /
Delete
Unzip
Name
Size
Permission
Date
Action
run-tests.yml
1.76
KB
-rw-r--r--
2020-11-11 09:00
Save
Rename
name: run-tests on: push: pull_request: schedule: - cron: '0 0 * * *' jobs: test: runs-on: ubuntu-latest strategy: fail-fast: true matrix: php: [7.4, 7.3, 7.2, 7.1] dependency-version: [prefer-lowest, prefer-stable] env: extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick name: P${{ matrix.php }} - ${{ matrix.dependency-version }} steps: - name: Checkout code uses: actions/checkout@v1 - name: Cache dependencies uses: actions/cache@v1 with: path: ~/.composer/cache/files key: dependencies-laravel-${{ matrix.laravel }}-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }} - name: Setup PHP extensions id: cache-env uses: shivammathur/cache-extensions@v1 with: php-version: ${{ matrix.php }} extensions: ${{ env.extensions }} key: php-extensions-cache-v1 - name: Setup PHP uses: shivammathur/setup-php@v1 with: php-version: ${{ matrix.php }} extensions: ${{ env.extensions }} coverage: none - name: Install dependencies run: | composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest - name: Install Puppeteer run: npm install puppeteer - name: Execute tests run: vendor/bin/phpunit