Skip to content
This repository was archived by the owner on Aug 1, 2021. It is now read-only.

Commit 9096394

Browse files
Merge pull request #214 from technote-space/chore/tweaks
chore: tweaks
2 parents 14f456b + 1667de1 commit 9096394

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

.github/labeler.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ javascript:
22
- '**/*.js'
33
typescript:
44
- '**/*.ts'
5+
php:
6+
- '**/*.php'
57
dependencies:
68
- '**/*.lock'
79
- '**/*-lock.json'

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@ jobs:
112112
WP_VERSION: 'latest'
113113
WP_MULTISITE: '1'
114114
ACTIVATE_POPULAR_PLUGINS: 1
115+
exclude:
116+
- php: '7.3'
117+
WP_VERSION: '4.6'
115118
steps:
116119
- uses: actions/checkout@v1
117120
with:

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: technote0space
33
Tags: marker, marker animation, highlighter, 蛍光ペン, マーカー, アンダーライン
44
Requires at least: 4.6
55
Requires PHP: 5.6
6-
Tested up to: 5.2
6+
Tested up to: 5.2.3
77
Stable tag: 2.2.1
88
Donate link: https://paypal.me/technote0space
99
License: GPLv2 or later

update.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"slug": "marker-animation",
44
"download_url": "https://github.com/technote-space/marker-animation/releases/latest/download/release.zip",
55
"version": "2.2.1",
6-
"tested": "5.2",
6+
"tested": "5.2.3",
77
"homepage": "https://github.com/technote-space/marker-animation",
88
"author": "Technote",
99
"author_homepage": "https://technote.space/",

0 commit comments

Comments
 (0)