Skip to content

Commit

Permalink
Merge pull request #110 from KumbiaPHP/dev
Browse files Browse the repository at this point in the history
Require php 7.4
  • Loading branch information
joanhey authored Jun 23, 2021
2 parents c7291d5 + 7801070 commit efee7f2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ language: php
dist: bionic

php:
- 7.2
- 7.3
- 7.4
- 8.0
- nightly

matrix:
Expand All @@ -21,13 +20,17 @@ services:
- mysql
- postgresql

install:
- composer install

before_script:
- "mysql -e 'DROP DATABASE IF EXISTS kumbia_test;'"
- "mysql -e 'create database kumbia_test;'"
- "psql -c 'DROP DATABASE IF EXISTS kumbia_test;' -U postgres"
- "psql -c 'create database kumbia_test;' -U postgres"

script:
- phpunit --version
- phpunit --configuration tests/phpunit.xml --coverage-text --colors --coverage-clover=coverage.clover
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
}
],
"require": {
"php": ">=7.2.0",
"php": ">=7.4.0",
"ext-pdo": "*"
},
"autoload": {
Expand Down

0 comments on commit efee7f2

Please sign in to comment.