Skip to content

Commit

Permalink
TCE-986: Bump to 2.15.0 (#224)
Browse files Browse the repository at this point in the history
* bump to 2.15.0

* Update config.yml

* Update Dockerfile

* Update config.yml

---------

Co-authored-by: stefanvacareanu7 <[email protected]>
  • Loading branch information
hjrocha and stefanvacareanu7 authored Jul 29, 2024
1 parent 6332e29 commit f5e6698
Show file tree
Hide file tree
Showing 4 changed files with 121 additions and 115 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 2.1
orbs:
codacy: codacy/base@10.11.1
codacy: codacy/base@12.1.2
codacy_plugins_test: codacy/[email protected]

workflows:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.19 as base
FROM alpine:3.20 as base

RUN apk add --no-cache php bash php-simplexml php-dom php-tokenizer openjdk8-jre

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"name": "codacy/codacy-phpmd",
"description": "PHP Mess Detector Tool for Codacy",
"require": {
"phpmd/phpmd": "2.14.1"
"phpmd/phpmd": "2.15.0"
}
}
Loading

0 comments on commit f5e6698

Please sign in to comment.