Skip to content

Commit a19fff5

Browse files
committed
skip cs-fix
1 parent 1ecb404 commit a19fff5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2
33
jobs:
44
build:
55
docker:
6-
- image: circleci/php:7.4-cli
6+
- image: cimg/php:8.2
77

88
working_directory: ~/shifter-wp-mu
99

@@ -18,8 +18,8 @@ jobs:
1818
key: vendor-cache-{{ checksum "composer.lock" }}
1919
paths:
2020
- ~/shifter-wp-mu/vendor
21-
- run:
22-
command: composer cs-fix
21+
# - run:
22+
# command: composer cs-fix
2323
- run:
2424
command: composer cs-lint
2525

0 commit comments

Comments
 (0)