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
bcd5085f
Unverified
Commit
bcd5085f
authored
Jun 13, 2019
by
Claudio Zizza
Committed by
Sergei Morozov
Jan 07, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove Postgres 9.3 and MariaDB 10.0 support
parent
167032e1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
19 deletions
+2
-19
.scrutinizer.yml
.scrutinizer.yml
+1
-1
.travis.yml
.travis.yml
+1
-18
No files found.
.scrutinizer.yml
View file @
bcd5085f
...
@@ -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
:
2
9
# 24
x Travis (jobs with COVERAGE=yes) + 3x AppVeyor (jobs with coverage=yes) + 2x ContinuousPHP
runs
:
2
6
# 21
x Travis (jobs with COVERAGE=yes) + 3x AppVeyor (jobs with coverage=yes) + 2x ContinuousPHP
filter
:
filter
:
excluded_paths
:
excluded_paths
:
...
...
.travis.yml
View file @
bcd5085f
...
@@ -143,11 +143,6 @@ jobs:
...
@@ -143,11 +143,6 @@ jobs:
-
docker
-
docker
before_script
:
before_script
:
-
bash ./tests/travis/install-mysql-8.0.sh
-
bash ./tests/travis/install-mysql-8.0.sh
-
stage
:
Test
php
:
7.3
env
:
DB=mariadb MARIADB_VERSION=10.0 COVERAGE=yes
addons
:
mariadb
:
10.0
-
stage
:
Test
-
stage
:
Test
php
:
7.3
php
:
7.3
env
:
DB=mariadb MARIADB_VERSION=10.1 COVERAGE=yes
env
:
DB=mariadb MARIADB_VERSION=10.1 COVERAGE=yes
...
@@ -163,11 +158,6 @@ jobs:
...
@@ -163,11 +158,6 @@ jobs:
env
:
DB=mariadb MARIADB_VERSION=10.3 COVERAGE=yes
env
:
DB=mariadb MARIADB_VERSION=10.3 COVERAGE=yes
addons
:
addons
:
mariadb
:
10.3
mariadb
:
10.3
-
stage
:
Test
php
:
7.3
env
:
DB=mariadb.mysqli MARIADB_VERSION=10.0 COVERAGE=yes
addons
:
mariadb
:
10.0
-
stage
:
Test
-
stage
:
Test
php
:
7.3
php
:
7.3
env
:
DB=mariadb.mysqli MARIADB_VERSION=10.1 COVERAGE=yes
env
:
DB=mariadb.mysqli MARIADB_VERSION=10.1 COVERAGE=yes
...
@@ -183,13 +173,6 @@ jobs:
...
@@ -183,13 +173,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.3 COVERAGE=yes
services
:
-
postgresql
addons
:
postgresql
:
"
9.3"
-
stage
:
Test
-
stage
:
Test
php
:
7.3
php
:
7.3
env
:
DB=pgsql POSTGRESQL_VERSION=9.4 COVERAGE=yes
env
:
DB=pgsql POSTGRESQL_VERSION=9.4 COVERAGE=yes
...
@@ -218,7 +201,7 @@ jobs:
...
@@ -218,7 +201,7 @@ jobs:
services
:
services
:
-
postgresql
-
postgresql
addons
:
addons
:
postgresql
:
"
9.6
"
postgresql
:
"
10.0
"
before_script
:
before_script
:
-
bash ./tests/travis/install-postgres-10.sh
-
bash ./tests/travis/install-postgres-10.sh
-
stage
:
Test
-
stage
:
Test
...
...
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