Skip to content

Commit

Permalink
Combined Composer checks in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Feb 4, 2025
1 parent 19382c5 commit c97af3c
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ on:
- 'composer.json'

jobs:
composer-validate:
name: composer-validate
composer:
name: composer
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -26,20 +26,6 @@ jobs:
- name: Validate composer.json and composer.lock 👀
run: composer validate

composer-outdated:
name: composer-outdated
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Setup PHP 🔧
uses: shivammathur/setup-php@v2
with:
php-version: 8.3
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick
coverage: none
tools: composer:v2

- name: Install dependencies
run: composer install --no-progress --no-suggest

Expand Down

0 comments on commit c97af3c

Please sign in to comment.