Skip to content

Commit

Permalink
Merge pull request #18 from Soapbox/change/SOAP-113-upgrade-to-mysql-8
Browse files Browse the repository at this point in the history
Change/soap 113 upgrade to mysql 8
  • Loading branch information
devsquad-leandro-santos authored Jun 23, 2021
2 parents afb22ef + e9a4b5f commit 7ba9657
Show file tree
Hide file tree
Showing 2 changed files with 498 additions and 94 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@ language: php
php:
- 7.3
- 8.0
jobs:
fast_finish: true
include:
- php: 8.0
env: DB=mysql:5.7
- php: 8.0
env: DB=mysql:8.0
- php: 7.3
env: DB=mysql:5.7
- php: 7.3
env: DB=mysql:8.0

services:
- mysql
Expand Down
Loading

0 comments on commit 7ba9657

Please sign in to comment.