diff --git a/.github/workflows/code-climate.yml b/.github/workflows/code-climate.yml index 89b87d371..65e28e8e7 100644 --- a/.github/workflows/code-climate.yml +++ b/.github/workflows/code-climate.yml @@ -21,17 +21,7 @@ jobs: SESSION_DRIVER: array DB_DATABASE: ":memory:" APP_KEY: base64:1NxfrNErQ0vo1ZnPcLeVhnE7tOZdKlKiFORzPA92krM= - runs-on: ${{ matrix.os }} - strategy: - fail-fast: true - matrix: - os: [ubuntu-latest] - php: [8.2] - laravel: [10.*] - stability: [prefer-stable] - include: - - laravel: 10.* - testbench: 8.* + runs-on: ubuntu-latest name: Checkout @@ -42,7 +32,7 @@ jobs: - name: Setup PHP uses: shivammathur/setup-php@v2 with: - php-version: ${{ matrix.php }} + php-version: "8.2" extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick, fileinfo coverage: pcov