Skip to content

Commit

Permalink
updated ci tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierlacot committed Mar 29, 2024
1 parent 251fd23 commit bf099bc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,15 @@ jobs:
- name: Setup
uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
php-version: 8.2
extensions: mbstring, fileinfo, json, intl, dom
tools: castor

- name: Run composer install
run: composer install -n --prefer-dist

- name: 'php-cs-fixer check'
run: 'vendor/bin/php-cs-fixer fix --dry-run --diff'
env:
PHP_CS_FIXER_IGNORE_ENV: 1
- name: Check coding standards
run: castor qa:cs --dry-run

tests:
name: Run tests for PHP ${{ matrix.php-versions }}
Expand All @@ -52,9 +51,10 @@ jobs:
with:
php-version: ${{ matrix.php-versions }}
extensions: mbstring, fileinfo, json, intl, dom
tools: castor

- name: Run composer install
run: composer install -n --prefer-dist

- name: Run tests
run: make test
run: castor qa:test

0 comments on commit bf099bc

Please sign in to comment.