Skip to content

Commit 7148b01

Browse files
committed
PHPC-1442: Remove PHP 5.6 from testing
1 parent 7138487 commit 7148b01

File tree

2 files changed

+0
-54
lines changed

2 files changed

+0
-54
lines changed

.evergreen/config.yml

Lines changed: 0 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -621,23 +621,7 @@ axes:
621621
display_name: "PHP 7.0"
622622
variables:
623623
PHP_VERSION: "7.0.32"
624-
- id: "5.6"
625-
display_name: "PHP 5.6"
626-
variables:
627-
PHP_VERSION: "5.6.38"
628624

629-
- id: os-php5
630-
display_name: OS
631-
values:
632-
- id: ubuntu1604-test
633-
display_name: "Ubuntu 16.04"
634-
run_on: ubuntu1604-test
635-
- id: rhel70-test
636-
display_name: "RHEL 7.0"
637-
run_on: rhel70
638-
- id: rhel71-power8
639-
display_name: "RHEL 7.1 Power 8"
640-
run_on: rhel71-power8-test
641625
- id: os-php7
642626
display_name: OS
643627
values:
@@ -693,13 +677,6 @@ axes:
693677

694678
buildvariants:
695679

696-
- matrix_name: "tests-php5"
697-
matrix_spec: {"os-php5": "*", "versions": "4.2", "php-versions": ["5.6"] }
698-
display_name: "All: ${versions}/${php-versions} — ${os-php5}"
699-
tasks:
700-
- name: "test-standalone-ssl"
701-
- name: "test-replicaset-auth"
702-
703680
- matrix_name: "tests-php7"
704681
matrix_spec: {"os-php7": "*", "versions": "4.2", "php-versions": ["7.0","7.1","7.2","7.3"] }
705682
exclude_spec:
@@ -710,14 +687,6 @@ buildvariants:
710687
- name: "test-replicaset-auth"
711688

712689

713-
- matrix_name: "mongo-30-php5"
714-
matrix_spec: {"os-php5": "*", "versions": ["3.0", "3.2", "3.4"], "php-versions": "5.6" }
715-
exclude_spec: {"os-php5": "rhel71-power8", "versions": "3.0", "php-versions": "5.6"}
716-
display_name: "${versions}/${php-versions} — ${os-php5}"
717-
tasks:
718-
- name: "test-standalone-old"
719-
- name: "test-replicaset-old"
720-
721690
- matrix_name: "mongo-30-php7"
722691
matrix_spec: {"os-php7": "*", "versions": ["3.0", "3.2", "3.4"], "php-versions": "7.3" }
723692
exclude_spec:
@@ -730,14 +699,6 @@ buildvariants:
730699
- name: "test-replicaset-old"
731700

732701

733-
- matrix_name: "mongo-36-php5"
734-
matrix_spec: {"os-php5": "*", "versions": ["3.6"], "php-versions": "5.6" }
735-
display_name: "${versions}/${php-versions} — ${os-php5}"
736-
tasks:
737-
- name: "test-standalone"
738-
- name: "test-replicaset"
739-
- name: "test-replicaset-auth"
740-
741702
- matrix_name: "mongo-36-php7"
742703
matrix_spec: {"os-php7": "*", "versions": ["3.6"], "php-versions": "7.3" }
743704
exclude_spec:
@@ -749,19 +710,6 @@ buildvariants:
749710
- name: "test-replicaset-auth"
750711

751712

752-
- matrix_name: "mongo-40-php5"
753-
matrix_spec: {"os-php5": "*", "versions": ["4.0", "4.2", "latest"], "php-versions": "5.6" }
754-
display_name: "${versions}/${php-versions} — ${os-php5}"
755-
tasks:
756-
- name: "test-standalone"
757-
- name: "test-standalone-auth"
758-
- name: "test-standalone-ssl"
759-
- name: "test-replicaset"
760-
- name: "test-replicaset-auth"
761-
- name: "test-replicaset-single"
762-
- name: "test-sharded"
763-
- name: "test-sharded-rs"
764-
765713
- matrix_name: "mongo-40-php7"
766714
matrix_spec: {"os-php7": "*", "versions": ["4.0", "4.2", "latest"], "php-versions": "7.3" }
767715
exclude_spec:

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ jobs:
2222
php: 7.3
2323

2424
# Test remaining PHP versions
25-
- stage: Test
26-
php: 5.6
2725
- stage: Test
2826
php: 7.0
2927
- stage: Test

0 commit comments

Comments
 (0)