mirror of
https://github.com/Intervention/image.git
synced 2025-08-28 08:09:54 +02:00
CI
This commit is contained in:
8
.github/workflows/run-tests.yml
vendored
8
.github/workflows/run-tests.yml
vendored
@@ -10,15 +10,15 @@ jobs:
|
|||||||
php-versions: ['8.0']
|
php-versions: ['8.0']
|
||||||
name: Testing on PHP ${{ matrix.php-versions }}
|
name: Testing on PHP ${{ matrix.php-versions }}
|
||||||
steps:
|
steps:
|
||||||
- name: checkout
|
- name: 'Checkout Project'
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: setup
|
- name: 'Setup Environment'
|
||||||
uses: shivammathur/setup-php@v2
|
uses: shivammathur/setup-php@v2
|
||||||
with:
|
with:
|
||||||
php-version: ${{ matrix.php-versions }}
|
php-version: ${{ matrix.php-versions }}
|
||||||
extensions: imagick,gd,mbstring,bcmath
|
extensions: imagick,gd,mbstring,bcmath
|
||||||
tools: phpunit,composer
|
tools: phpunit,composer
|
||||||
- name: install deps
|
- name: 'Install Dependencies'
|
||||||
run: composer install -o -q
|
run: composer install -o -q
|
||||||
- name: run phpunit
|
- name: 'Run PHPUnit'
|
||||||
run: vendor/bin/phpunit
|
run: vendor/bin/phpunit
|
Reference in New Issue
Block a user