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
79b3049c
Unverified
Commit
79b3049c
authored
Dec 16, 2019
by
Sergei Morozov
Committed by
GitHub
Dec 16, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3784 from andreybolonin/patch-3
Use PHP 7.4 instead of a snapshot on Travis
parents
7be002cc
59728eb3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
.travis.yml
.travis.yml
+8
-8
No files found.
.travis.yml
View file @
79b3049c
...
...
@@ -248,7 +248,7 @@ jobs:
install
:
-
travis_retry composer update --prefer-dist --prefer-lowest
-
stage
:
Test
php
:
7.4
snapshot
php
:
7.4
env
:
DB=mysql.docker MYSQL_VERSION=8.0
sudo
:
required
services
:
...
...
@@ -256,7 +256,7 @@ jobs:
before_script
:
-
bash ./tests/travis/install-mysql-8.0.sh
-
stage
:
Test
php
:
7.4
snapshot
php
:
7.4
env
:
DB=mysqli.docker MYSQL_VERSION=8.0
sudo
:
required
services
:
...
...
@@ -264,17 +264,17 @@ jobs:
before_script
:
-
bash ./tests/travis/install-mysql-8.0.sh
-
stage
:
Test
php
:
7.4
snapshot
php
:
7.4
env
:
DB=mariadb MARIADB_VERSION=10.3
addons
:
mariadb
:
10.3
-
stage
:
Test
php
:
7.4
snapshot
php
:
7.4
env
:
DB=mariadb.mysqli MARIADB_VERSION=10.3
addons
:
mariadb
:
10.3
-
stage
:
Test
php
:
7.4
snapshot
php
:
7.4
env
:
DB=pgsql POSTGRESQL_VERSION=11.0
sudo
:
required
services
:
...
...
@@ -282,10 +282,10 @@ jobs:
before_script
:
-
bash ./tests/travis/install-postgres-11.sh
-
stage
:
Test
php
:
7.4
snapshot
php
:
7.4
env
:
DB=sqlite
-
stage
:
Test
php
:
7.4
snapshot
php
:
7.4
env
:
DB=sqlsrv
sudo
:
required
services
:
...
...
@@ -295,7 +295,7 @@ jobs:
-
bash ./tests/travis/install-mssql-sqlsrv.sh
-
bash ./tests/travis/install-mssql.sh
-
stage
:
Test
php
:
7.4
snapshot
php
:
7.4
env
:
DB=pdo_sqlsrv
sudo
:
required
services
:
...
...
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