Skip to content

Commit 5f73208

Browse files
ata-no-oneRenovate Botunglaublicherdude
authored
Update all non-major dependencies to v6.8.3 (#63)
* Update all non-major dependencies to v6.8.3 * update php version for development and default test to 8.4, support for wordpress 6.8.3 * try using the official php image * use php-action to install composer * install composer manually * install zip --------- Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Matthias <[email protected]>
1 parent b8258f8 commit 5f73208

File tree

7 files changed

+33
-24
lines changed

7 files changed

+33
-24
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"name": "PHP",
55
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6-
"image": "mcr.microsoft.com/devcontainers/php:1-8.3-bullseye",
6+
"image": "mcr.microsoft.com/devcontainers/php:8.4-bullseye",
77
"customizations": {
88
"vscode": {
99
"extensions": [
@@ -15,7 +15,7 @@
1515
},
1616
"features": {
1717
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
18-
"ghcr.io/wxw-matt/devcontainer-features/apt:latest": {
18+
"ghcr.io/rocker-org/devcontainer-features/apt-packages:1": {
1919
"packages": "bash-completion vim iputils-ping telnet subversion"
2020
}
2121
},

.github/workflows/github-release.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,14 @@ jobs:
5252
VAAS_PASSWORD: ${{ secrets.VAAS_PASSWORD }}
5353
runs-on: ubuntu-latest
5454
container:
55-
image: bitnami/php-fpm:${{ matrix.php-version }}
55+
image: php:${{ matrix.php-version }}-fpm
5656
steps:
57-
- uses: actions/checkout@v4
58-
- name: composer install
57+
- uses: actions/checkout@v4
58+
- name: setup composer
59+
run: |
60+
curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \
61+
&& apt update && apt install -y zip
62+
- name: install dependencies
5963
run: composer install
6064
- name: phpunit
6165
run: ./vendor/bin/phpunit --testdox tests/

Dockerfile.WordPress

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM wordpress:6.8.2-php8.3
1+
FROM wordpress:6.8.3-php8.4
22

33
RUN apt update && apt install -y less vim
44
RUN curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar \

Readme.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
Contributors: @gdatavaas
33
Tags: antivirus, security, vaas, malware, malicious
44
Requires at least: 6.2
5-
Tested up to: 6.8
5+
Tested up to: 6.8.3
66
Requires PHP: 8.1
7-
Stable tag: 2.0.2
7+
Stable tag: 3.3.0
88
License: GNU General Public License v3.0
99
License URI: https://github.com/GDATASoftwareAG/vaas/blob/main/LICENSE
1010

@@ -56,6 +56,11 @@ While the released code is hosted on the WordPress svn, we develop the plugin on
5656

5757
== Changelog ==
5858

59+
= 3.3.0 =
60+
61+
* compatibilify to wordpress 6.8.3
62+
* dependency updates
63+
5964
= 3.2.10 =
6065

6166
* dependency updates

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"cs:fix": "vendor/bin/phpcbf"
3232
},
3333
"require-dev": {
34-
"johnpbloch/wordpress": "6.8.2",
34+
"johnpbloch/wordpress": "6.8.3",
3535
"phpunit/phpunit": "^12.0 || ^11.0 || ^10.0",
3636
"wp-coding-standards/wpcs": "^3.1",
3737
"symfony/finder": "^7.1 || ^6.0"

composer.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gdata-antivirus.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
*
1212
* @wordpress-plugin
1313
* Plugin Name: G DATA Antivirus
14-
* Version: 1.2.3
14+
* Version: 3.3.0
1515
* Requires at least: 6.2
16-
* Tested up to: 6.8
16+
* Tested up to: 6.8.3
1717
* Requires PHP: 8.1
1818
* Plugin URI: https://github.com/GDATASoftwareAG/wordpress-gdata-antivirus
1919
* Description: Vaas is a virus scanner for your WordPress installation.

0 commit comments

Comments
 (0)