Skip to content

Commit

Permalink
Merge pull request #14 from GDATASoftwareAG/renovate/all-non-major
Browse files Browse the repository at this point in the history
Update all non-major dependencies
  • Loading branch information
unglaublicherdude authored Aug 7, 2024
2 parents da499c6 + 70a98d5 commit d60c5df
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/postCreateCommands.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ sudo bash -c "composer completion bash > /usr/share/bash-completion/completions/

echo ". /usr/share/bash-completion/bash_completion" >> /home/vscode/.bashrcsource

source ./configureWordPress.sh
source .devcontainer/configureWordPress.sh
4 changes: 2 additions & 2 deletions .github/workflows/github-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ jobs:
elif [[ $GITHUB_REF == refs/pull/* ]]; then
echo "running pull request version extract from file"
PLUGIN_VERSION=$(cat gdata-antivirus.php | sed -nE 's/^.*Version: ([0-9a-z\.\-])/\1/p')
PLUGIN_VERSION_SUFFIX=${GITHUB_HEAD_REF}-${{ github.run_id }}
PLUGIN_VERSION_SUFFIX=${GITHUB_HEAD_REF//\//_}-${{ github.run_id }}
echo "plugin_version=$PLUGIN_VERSION-$PLUGIN_VERSION_SUFFIX" | tee -a "$GITHUB_OUTPUT"
echo "plugin_prerelease=true" | tee -a "$GITHUB_OUTPUT"
else
echo "running branch version extract from file"
PLUGIN_VERSION=$(cat gdata-antivirus.php | sed -nE 's/^.*Version: ([0-9a-z\.\-])/\1/p')
PLUGIN_VERSION_SUFFIX=${GITHUB_REF_NAME}-${{ github.run_id }}
PLUGIN_VERSION_SUFFIX=${GITHUB_REF_NAME//\//_}-${{ github.run_id }}
echo "plugin_version=$PLUGIN_VERSION-$PLUGIN_VERSION_SUFFIX" | tee -a "$GITHUB_OUTPUT"
echo "plugin_prerelease=true" | tee -a "$GITHUB_OUTPUT"
fi
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.WordPress
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM wordpress:6.6.0-php8.3
FROM wordpress:6.6.1-php8.3

RUN apt update && apt install -y less vim
RUN curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar \
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"cs:fix": "vendor/bin/phpcbf"
},
"require-dev": {
"johnpbloch/wordpress": "6.6.0",
"johnpbloch/wordpress": "6.6.1",
"phpunit/phpunit": "^11.2",
"wp-coding-standards/wpcs": "^3.0"
}
Expand Down
38 changes: 19 additions & 19 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d60c5df

Please sign in to comment.