Skip to content

Commit

Permalink
Simplify Action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MGatner committed Sep 7, 2021
1 parent 1d87b53 commit 9115cc6
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/test-deptrac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,26 +26,19 @@ on:

jobs:
build:
name: PHP ${{ matrix.php-versions }} Architectural Inspection
name: Architectural Inspection
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
php-versions: ['7.4', '8.0']
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
tools: composer, pecl, phive, phpunit
php-version: '8.0'
tools: composer, phive
extensions: intl, json, mbstring, gd, mysqlnd, xdebug, xml, sqlite3

- name: Use latest Composer
run: composer self-update

- name: Validate composer.json
run: composer validate --strict

Expand Down

0 comments on commit 9115cc6

Please sign in to comment.