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
8326b11d
Unverified
Commit
8326b11d
authored
Feb 09, 2019
by
Sergei Morozov
Committed by
GitHub
Feb 09, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3454 from Majkl578/travis-php7.4
CI: Test against PHP 7.4snapshot instead of nightly (8.0)
parents
4a556cbd
6896a75a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
.travis.yml
.travis.yml
+9
-9
No files found.
.travis.yml
View file @
8326b11d
...
...
@@ -42,7 +42,7 @@ after_script:
jobs
:
allow_failures
:
-
php
:
nightly
-
php
:
7.4snapshot
include
:
...
...
@@ -275,7 +275,7 @@ jobs:
-
bash ./tests/travis/install-mssql-pdo_sqlsrv.sh
-
bash ./tests/travis/install-mssql.sh
-
stage
:
Test
php
:
nightly
php
:
7.4snapshot
env
:
DB=mysql.docker MYSQL_VERSION=8.0
sudo
:
required
services
:
...
...
@@ -283,7 +283,7 @@ jobs:
before_script
:
-
bash ./tests/travis/install-mysql-8.0.sh
-
stage
:
Test
php
:
nightly
php
:
7.4snapshot
env
:
DB=mysqli.docker MYSQL_VERSION=8.0
sudo
:
required
services
:
...
...
@@ -291,17 +291,17 @@ jobs:
before_script
:
-
bash ./tests/travis/install-mysql-8.0.sh
-
stage
:
Test
php
:
nightly
php
:
7.4snapshot
env
:
DB=mariadb MARIADB_VERSION=10.3
addons
:
mariadb
:
10.3
-
stage
:
Test
php
:
nightly
php
:
7.4snapshot
env
:
DB=mariadb.mysqli MARIADB_VERSION=10.3
addons
:
mariadb
:
10.3
-
stage
:
Test
php
:
nightly
php
:
7.4snapshot
env
:
DB=pgsql POSTGRESQL_VERSION=11.0
sudo
:
required
services
:
...
...
@@ -309,10 +309,10 @@ jobs:
before_script
:
-
bash ./tests/travis/install-postgres-11.sh
-
stage
:
Test
php
:
nightly
php
:
7.4snapshot
env
:
DB=sqlite
-
stage
:
Test
php
:
nightly
php
:
7.4snapshot
env
:
DB=sqlsrv
sudo
:
required
services
:
...
...
@@ -321,7 +321,7 @@ jobs:
-
bash ./tests/travis/install-mssql-sqlsrv.sh
-
bash ./tests/travis/install-mssql.sh
-
stage
:
Test
php
:
nightly
php
:
7.4snapshot
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