Skip to content

Commit

Permalink
- adding 7.4 test to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy-j committed Sep 24, 2019
1 parent 810c316 commit 56439d9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@ after_success:

jobs:
include:
# Testing various PostgresSQL version
- stage: Test
php: 7.4snapshot
before_install:
- echo "Testing SQLite on 7.4"
script:
- vendor/bin/phpunit tests/ORM/Driver/SQLite

# Testing various PostgresSQL version
- stage: Test
php: 7.2
Expand Down

0 comments on commit 56439d9

Please sign in to comment.