Skip to content

Added extract_size_and_pixels_with_imagick_pixel_iterator helper #17

Added extract_size_and_pixels_with_imagick_pixel_iterator helper

Added extract_size_and_pixels_with_imagick_pixel_iterator helper #17

Workflow file for this run

name: Tests
on: ['push', 'pull_request']
jobs:
ci:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
php: [7.3, 8.1]
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
tools: composer:v2
coverage: xdebug
- name: Install Dependencies
run: composer install --dev --no-interaction --prefer-dist --optimize-autoloader
- name: Run tests
run: ./vendor/bin/pest