Skip to content

Removed curl_close that has no effect since PHP 8.0 to avoid deprecat… #212

Removed curl_close that has no effect since PHP 8.0 to avoid deprecat…

Removed curl_close that has no effect since PHP 8.0 to avoid deprecat… #212

Workflow file for this run

name: Test
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
php-version: [8.2, 8.3, 8.4, 8.5]
steps:
- uses: actions/checkout@v5
- uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-version }}
tools: composer
coverage: xdebug
ini-values: error_reporting=E_ALL
- uses: ramsey/composer-install@v3
- run: composer lint-ci
- run: composer phpstan
- run: composer test