diff --git a/.circleci/continue_config.yml b/.circleci/continue_config.yml index 63d2d5dc327..2b4da883846 100644 --- a/.circleci/continue_config.yml +++ b/.circleci/continue_config.yml @@ -1327,7 +1327,7 @@ jobs: name: Generate coverage command: | cd appsec - llvm-profdata-17 merge -sparse *.profraw -o default.profdata + llvm-profdata-17 merge -sparse *.profraw -o default.profdata llvm-cov-17 show build/tests/fuzzer/ddappsec_helper_fuzzer -instr-profile=default.profdata -ignore-filename-regex="(tests|third_party|build)" -format=html > fuzzer-coverage.html llvm-cov-17 report -instr-profile default.profdata build/tests/fuzzer/ddappsec_helper_fuzzer -ignore-filename-regex="(tests|third_party|build)" -show-region-summary=false - store_artifacts: @@ -3812,7 +3812,7 @@ workflows: - php:8.0-fpm-alpine - php:8.1-fpm-alpine - php:8.2-fpm-alpine - - php:8.3.0RC2-fpm-alpine + - php:8.3-fpm-alpine - verify_centos: requires: [ "package extension" ] matrix: diff --git a/Makefile b/Makefile index 20fde0bd6a8..49d6c3ae252 100644 --- a/Makefile +++ b/Makefile @@ -929,9 +929,6 @@ TEST_WEB_83 := \ test_web_wordpress_61 \ test_web_custom \ test_web_zend_1_21 - # test_web_laminas_rest_19 - # test_web_laminas_20 - # test_web_magento_24 FILTER := .