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
74759930
Unverified
Commit
74759930
authored
Feb 28, 2020
by
Grégoire Paris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Stop using snapshot image
PHP 7.4 has stable versions now.
parent
8ed87e16
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 @
74759930
...
...
@@ -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,21 +264,21 @@ jobs:
before_script
:
-
bash ./tests/travis/install-mysql-8.0.sh
-
stage
:
Test
php
:
7.4
snapshot
php
:
7.4
env
:
DB=mariadb.docker MARIADB_VERSION=10.3
services
:
-
docker
before_script
:
-
bash ./tests/travis/install-mariadb.sh
-
stage
:
Test
php
:
7.4
snapshot
php
:
7.4
env
:
DB=mariadb.mysqli.docker MARIADB_VERSION=10.3
services
:
-
docker
before_script
:
-
bash ./tests/travis/install-mariadb.sh
-
stage
:
Test
php
:
7.4
snapshot
php
:
7.4
env
:
DB=pgsql POSTGRESQL_VERSION=11.0
sudo
:
required
services
:
...
...
@@ -286,10 +286,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
:
...
...
@@ -299,7 +299,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