File ManagerCurrent Directory: wp-content/plugins/backwpup/vendor/inpsyde/backwpup-shared/.github/workflowsLinux appserver-7a7af3b2-php-0c9ec09e2f9746c2a80fa3756c076432 6.12.94+ #1 SMP Fri Jul 17 09:26:56 UTC 2026 x86_64Edit File: ci.yml name: Continuous Integration on: [push] jobs: run: runs-on: ubuntu-latest strategy: matrix: php-versions: ['7.2', '7.3', '7.4', '8.0'] name: PHP ${{ matrix.php-versions }} steps: - uses: actions/checkout@v2 - name: Setup PHP uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php-versions }} coverage: none - name: Validate composer.json and composer.lock run: composer validate - name: Install dependencies run: composer install --prefer-dist --no-progress --no-suggest - name: Run PHPUnit run: vendor/bin/phpunit - name: Run PHPCS run: vendor/bin/phpcs Upload File Directory Listing NameTypeSizeActions.. (Parent Directory)Dirci.ymlFile857.00 B Rename | Delete | Edit