Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
doctrine-dbal
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tomáš Trávníček
doctrine-dbal
Commits
167032e1
Unverified
Commit
167032e1
authored
Mar 16, 2018
by
Michael Moravec
Committed by
Sergei Morozov
Jan 07, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Drop support for PostgreSQL <9.3
parent
8e70ad96
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
8 deletions
+1
-8
.scrutinizer.yml
.scrutinizer.yml
+1
-1
.travis.yml
.travis.yml
+0
-7
No files found.
.scrutinizer.yml
View file @
167032e1
...
@@ -21,7 +21,7 @@ before_commands:
...
@@ -21,7 +21,7 @@ before_commands:
tools
:
tools
:
external_code_coverage
:
external_code_coverage
:
timeout
:
3600
timeout
:
3600
runs
:
30
# 25
x Travis (jobs with COVERAGE=yes) + 3x AppVeyor (jobs with coverage=yes) + 2x ContinuousPHP
runs
:
29
# 24
x Travis (jobs with COVERAGE=yes) + 3x AppVeyor (jobs with coverage=yes) + 2x ContinuousPHP
filter
:
filter
:
excluded_paths
:
excluded_paths
:
...
...
.travis.yml
View file @
167032e1
...
@@ -183,13 +183,6 @@ jobs:
...
@@ -183,13 +183,6 @@ jobs:
env
:
DB=mariadb.mysqli MARIADB_VERSION=10.3 COVERAGE=yes
env
:
DB=mariadb.mysqli MARIADB_VERSION=10.3 COVERAGE=yes
addons
:
addons
:
mariadb
:
10.3
mariadb
:
10.3
-
stage
:
Test
php
:
7.3
env
:
DB=pgsql POSTGRESQL_VERSION=9.2 COVERAGE=yes
services
:
-
postgresql
addons
:
postgresql
:
"
9.2"
-
stage
:
Test
-
stage
:
Test
php
:
7.3
php
:
7.3
env
:
DB=pgsql POSTGRESQL_VERSION=9.3 COVERAGE=yes
env
:
DB=pgsql POSTGRESQL_VERSION=9.3 COVERAGE=yes
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment