Skip to content

Commit

Permalink
chore(ci): change ci setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jefflembeck committed Oct 27, 2021
1 parent b34fc80 commit 5dbea7f
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,16 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: php-actions/composer@v5

- name: PHPUnit Tests
uses: php-actions/phpunit@v3
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
configuration: tests/phpunit.xml
php_version: 7.4
php_extensions: gd apcu
php-version: 7.4
ini-values: apc.enable_cli=On
tools: pecl, phpunit
extensions: gd, apcu

- name: Install deps
run: composer install

- name: Run tests
run: composer test

0 comments on commit 5dbea7f

Please sign in to comment.