Skip to content
Snippets Groups Projects
Commit 94ac76af authored by dyszczo's avatar dyszczo
Browse files

feature(tests): remove tests for php5.5 & php5.6

parent fe2503f8
No related branches found
No related tags found
No related merge requests found
......@@ -79,21 +79,6 @@
variables:
- $DISABLE_INTEGRATION_TESTS
.template: &integration_test_php5-6
<<: *job-test-integration-template-fast
image: wpdesknet/phpunit-woocommerce:3-0
except:
variables:
- $DISABLE_INTEGRATION_TESTS
.template: &integration_test_php5-5
<<: *job-test-integration-template-fast
image: wpdesknet/phpunit-woocommerce:4-0
except:
variables:
- $DISABLE_PHP_5_5
- $DISABLE_INTEGRATION_TESTS
.template: &integration_test_current_woocommerce
<<: *job-test-integration-template-fast
image: wpdesknet/phpunit-woocommerce:0-0
......@@ -154,22 +139,6 @@ integration test php-7 wc-3:
- devel
- tags
integration test php5-6:
<<: *integration_test_php5-6
only:
refs:
- master
- devel
- tags
integration test php5-5:
<<: *integration_test_php5-5
only:
refs:
- master
- devel
- tags
integration test current woocommerce:
<<: *integration_test_current_woocommerce
only:
......@@ -238,31 +207,6 @@ integration test php-7 wc-3 manual:
variables:
- $DISABLE_INTEGRATION_TESTS
integration test php5-6 manual:
<<: *integration_test_php5-6
when: manual
allow_failure: true
except:
refs:
- master
- devel
- tags
variables:
- $DISABLE_INTEGRATION_TESTS
integration test php5-5 manual:
<<: *integration_test_php5-5
when: manual
allow_failure: true
except:
refs:
- master
- devel
- tags
variables:
- $DISABLE_PHP_5_5
- $DISABLE_INTEGRATION_TESTS
integration test current woocommerce manual:
<<: *integration_test_current_woocommerce
when: manual
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment