Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
fbraem committed Dec 26, 2021
2 parents a4aeaaa + b58f997 commit 5c240de
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,29 @@
name: PHP Composer

on:
push:
branches: [ master ]
pull_request:
push:
branches: [ master ]

jobs:
build:

runs-on: ubuntu-latest
runs-on: ${{ matrix.operating-system }}

strategy:
matrix:
php-version:
- "8.0"
- "8.1"
operating-system:
- "ubuntu-latest"

steps:
- uses: actions/checkout@v2

- name: "Install PHP"
uses: "shivammathur/setup-php@v2"

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

Expand Down

0 comments on commit 5c240de

Please sign in to comment.