Skip to content
Snippets Groups Projects
Commit 11552b42 authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #3093410: Update the default travis-ci PHP testing version from PHP7.2...

Issue #3093410: Update the default travis-ci PHP testing version from PHP7.2 to PHP7.3 for Automated Functional Acceptance Testing groups
parent 84d35742
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ cache:
- "$HOME/.selenium/cache"
php:
- 7.2
- 7.3
env:
- AFATG=01-website-base-requirements
......@@ -22,23 +22,23 @@ env:
matrix:
exclude:
# Automated Functional Acceptance Testing group: 01 website base requirements
- php: 7.2
- php: 7.3
env: AFATG=01-website-base-requirements
# Automated Functional Acceptance Testing group: 02 user management
- php: 7.2
- php: 7.3
env: AFATG=02-user-management
# Automated Functional Acceptance Testing group: 03 admin management
- php: 7.2
- php: 7.3
env: AFATG=03-admin-management
# Automated Functional Acceptance Testing group: 04 content structure
- php: 7.2
- php: 7.3
env: AFATG=04-content-structure
# Automated Functional Acceptance Testing group: 05 content-management
- php: 7.2
- php: 7.3
env: AFATG=05-content-management
mysql:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment