Skip to content

Commit

Permalink
add matrix correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklog committed Dec 2, 2023
1 parent 2559154 commit fab2810
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: PHP Composer
on:
push:
branches:
- master
- master
pull_request:
branches:
- master
- master

jobs:
build:
Expand All @@ -20,6 +20,11 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Install PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}

- name: Validate composer.json and composer.lock
run: composer validate

Expand Down

0 comments on commit fab2810

Please sign in to comment.