Skip to content

Commit

Permalink
Main to 8.3.14.
Browse files Browse the repository at this point in the history
  • Loading branch information
lpeabody committed Apr 14, 2023
1 parent 5c18237 commit c1ab4e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ FROM composer:2

ENV PATH="$COMPOSER_HOME/vendor/bin:${PATH}"

ARG CODER_VERSION=8.3.13
ARG CODER_VERSION=8.3.14

# Add dependencies.
RUN composer global require drupal/coder:${CODER_VERSION}
RUN composer global config --no-plugins allow-plugins.dealerdirect/phpcodesniffer-composer-installer true && composer global require drupal/coder:${CODER_VERSION}

# Configure PHPCS.
RUN phpcs --config-set installed_paths $COMPOSER_HOME/vendor/drupal/coder/coder_sniffer
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ This image's tags are tightly coupled with the version of drupal/coder included

| Image Version | Coder Version |
|----------|-------|
| ghcr.io/lpeabody/phpcs-drupal:main | 8.3.13 |
| ghcr.io/lpeabody/phpcs-drupal:main | 8.3.14 |
| ghcr.io/lpeabody/phpcs-drupal:8.3.13 | 8.3.13 |
| ghcr.io/lpeabody/phpcs-drupal:8.3.14 | 8.3.14 |

0 comments on commit c1ab4e4

Please sign in to comment.