Skip to content

Commit

Permalink
Remove unsupported runtime for now
Browse files Browse the repository at this point in the history
  • Loading branch information
PROFeNoM committed Jan 20, 2025
1 parent c939243 commit 8dedf8a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
8 changes: 0 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,6 @@ TEST_INTEGRATIONS_70 := \
test_integrations_kafka \
test_integrations_memcache \
test_integrations_memcached \
test_integrations_mongodb_latest \
test_integrations_mysqli \
test_integrations_pdo \
test_integrations_elasticsearch1 \
Expand All @@ -577,7 +576,6 @@ TEST_WEB_70 := \
test_web_symfony_30 \
test_web_symfony_33 \
test_web_symfony_34 \
test_web_yii_latest \
test_web_wordpress_48 \
test_web_wordpress_55 \
test_web_wordpress_61 \
Expand All @@ -587,12 +585,10 @@ TEST_WEB_70 := \
TEST_INTEGRATIONS_71 := \
test_integrations_deferred_loading \
test_integrations_amqp2 \
test_integrations_amqp_latest \
test_integrations_curl \
test_integrations_kafka \
test_integrations_memcache \
test_integrations_memcached \
test_integrations_mongodb_latest \
test_integrations_monolog1 \
test_integrations_mysqli \
test_integrations_pdo \
Expand Down Expand Up @@ -628,7 +624,6 @@ TEST_WEB_71 := \
test_web_symfony_34 \
test_web_symfony_40 \
test_web_symfony_42 \
test_web_yii_latest \
test_web_wordpress_48 \
test_web_wordpress_55 \
test_web_wordpress_61 \
Expand All @@ -643,7 +638,6 @@ TEST_INTEGRATIONS_72 := \
test_integrations_kafka \
test_integrations_memcache \
test_integrations_memcached \
test_integrations_mongodb_latest \
test_integrations_monolog1 \
test_integrations_monolog2 \
test_integrations_mysqli \
Expand Down Expand Up @@ -688,7 +682,6 @@ TEST_WEB_72 := \
test_web_wordpress_48 \
test_web_wordpress_55 \
test_web_wordpress_61 \
test_web_yii_latest \
test_web_zend_1 \
test_web_custom

Expand All @@ -700,7 +693,6 @@ TEST_INTEGRATIONS_73 :=\
test_integrations_kafka \
test_integrations_memcache \
test_integrations_memcached \
test_integrations_mongodb_latest \
test_integrations_monolog1 \
test_integrations_monolog2 \
test_integrations_mysqli \
Expand Down
3 changes: 0 additions & 3 deletions tests/Frameworks/Yii/Latest/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@
},
"allow-plugins": {
"yiisoft/yii2-composer": true
},
"platform": {
"php": "7.3"
}
},
"scripts": {
Expand Down

0 comments on commit 8dedf8a

Please sign in to comment.