Skip to content

Commit

Permalink
Use php:8.3-fpm-alpine instead of RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
PROFeNoM committed Dec 11, 2023
1 parent b8c2337 commit 9f6f2db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .circleci/continue_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 := .

Expand Down

0 comments on commit 9f6f2db

Please sign in to comment.