Unverified Commit 9eea13d2 authored by rennokki's avatar rennokki Committed by GitHub

Merge branch 'master' into refactor/readme

parents 3f6b8506 37942f8a
...@@ -11,9 +11,9 @@ jobs: ...@@ -11,9 +11,9 @@ jobs:
runs-on: ${{matrix.os}} runs-on: ${{matrix.os}}
strategy: strategy:
matrix: matrix:
php: [7.1, 7.2, 7.3, 7.4] php: ['7.1', '7.2', '7.3', '7.4']
os: ['ubuntu-latest'] os: ['ubuntu-latest']
mongodb: [3.6, 4.0, 4.2] mongodb: ['3.6', '4.0', '4.2']
services: services:
mongo: mongo:
image: mongo:${{ matrix.mongodb }} image: mongo:${{ matrix.mongodb }}
...@@ -56,6 +56,10 @@ jobs: ...@@ -56,6 +56,10 @@ jobs:
MONGO_HOST: 0.0.0.0 MONGO_HOST: 0.0.0.0
MYSQL_HOST: 0.0.0.0 MYSQL_HOST: 0.0.0.0
MYSQL_PORT: 3307 MYSQL_PORT: 3307
- name: Send coveralls
run: vendor/bin/coveralls coverage.xml
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: codecov/codecov-action@v1 - uses: codecov/codecov-action@v1
with: with:
token: ${{ secrets.CODECOV_TOKEN }} token: ${{ secrets.CODECOV_TOKEN }}
......
...@@ -23,14 +23,15 @@ ...@@ -23,14 +23,15 @@
"illuminate/container": "^5.8|^6.0", "illuminate/container": "^5.8|^6.0",
"illuminate/database": "^5.8|^6.0", "illuminate/database": "^5.8|^6.0",
"illuminate/events": "^5.8|^6.0", "illuminate/events": "^5.8|^6.0",
"mongodb/mongodb": "^1.4" "mongodb/mongodb": "^1.4",
"cedx/coveralls": "^11.2"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^6.0|^7.0|^8.0", "phpunit/phpunit": "^6.0|^7.0|^8.0",
"orchestra/testbench": "^3.1|^4.0", "orchestra/testbench": "^3.1|^4.0",
"mockery/mockery": "^1.0", "mockery/mockery": "^1.0",
"doctrine/dbal": "^2.5", "doctrine/dbal": "^2.5",
"phpunit/phpcov": "5.0.0" "phpunit/phpcov": "^6.0"
}, },
"autoload": { "autoload": {
"psr-0": { "psr-0": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment