Skip to content

Commit

Permalink
Merge pull request #137 from laminas/2.13.x-merge-up-into-2.14.x_6026…
Browse files Browse the repository at this point in the history
…c1d0016d83.30821085

Merge release 2.13.1 into 2.14.x
  • Loading branch information
weierophinney authored Feb 12, 2021
2 parents 33a19d5 + 670ff8f commit ffd1722
Show file tree
Hide file tree
Showing 12 changed files with 3,173 additions and 697 deletions.
33 changes: 33 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: "Continuous Integration"

on:
pull_request:
push:
branches:
- '[0-9]+.[0-9]+.x'
- 'refs/pull/*'
tags:

jobs:
matrix:
name: Generate job matrix
runs-on: ubuntu-latest
outputs:
matrix: ${{ steps.matrix.outputs.matrix }}
steps:
- name: Gather CI configuration
id: matrix
uses: laminas/laminas-ci-matrix-action@v1

qa:
name: QA Checks
needs: [matrix]
runs-on: ${{ matrix.operatingSystem }}
strategy:
fail-fast: false
matrix: ${{ fromJSON(needs.matrix.outputs.matrix) }}
steps:
- name: ${{ matrix.name }}
uses: laminas/laminas-continuous-integration-action@v1
with:
job: ${{ matrix.job }}
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.phpunit.result.cache
/clover.xml
/composer.lock
/coveralls-upload.json
/docs/html/
/laminas-mkdoc-theme.tgz
Expand Down
57 changes: 0 additions & 57 deletions .travis.yml

This file was deleted.

Loading

0 comments on commit ffd1722

Please sign in to comment.