From 8ba21d8db3882ef85940fc30ca59b0b5e2562276 Mon Sep 17 00:00:00 2001 From: Phil Tyler Date: Wed, 18 Dec 2024 14:05:28 -0800 Subject: [PATCH] Bump tested up to and automate future bumps (#306) --- .github/workflows/validate-plugin-version.yml | 20 +++++++++++++++++++ README.md | 2 +- readme.txt | 2 +- 3 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 .github/workflows/validate-plugin-version.yml diff --git a/.github/workflows/validate-plugin-version.yml b/.github/workflows/validate-plugin-version.yml new file mode 100644 index 0000000..1751355 --- /dev/null +++ b/.github/workflows/validate-plugin-version.yml @@ -0,0 +1,20 @@ +name: Validate 'Tested up to' Version +on: + schedule: + - cron: '0 0 * * 0' + +permissions: + contents: write + pull-requests: write + +jobs: + validate: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + with: + fetch-depth: 0 + - name: Validate Plugin Version + uses: jazzsequence/action-validate-plugin-version@v1 + with: + branch: 'release' \ No newline at end of file diff --git a/README.md b/README.md index 0979606..70e7543 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ **Contributors:** [getpantheon](https://profiles.wordpress.org/getpantheon), [danielbachhuber](https://profiles.wordpress.org/danielbachhuber), [kporras07](https://profiles.wordpress.org/kporras07), [jspellman](https://profiles.wordpress.org/jspellman/), [jazzs3quence](https://profiles.wordpress.org/jazzs3quence/), [ryanshoover](https://profiles.wordpress.org/ryanshoover/), [rwagner00](https://profiles.wordpress.org/rwagner00/), [pwtyler](https://profiles.wordpress.org/pwtyler) **Tags:** pantheon, cdn, cache **Requires at least:** 6.4 -**Tested up to:** 6.6.1 +**Tested up to:** 6.7.1 **Stable tag:** 2.1.0 **License:** GPLv2 or later **License URI:** http://www.gnu.org/licenses/gpl-2.0.html diff --git a/readme.txt b/readme.txt index 1466d24..e822fce 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: getpantheon, danielbachhuber, kporras07, jspellman, jazzs3quence, ryanshoover, rwagner00, pwtyler Tags: pantheon, cdn, cache Requires at least: 6.4 -Tested up to: 6.6.1 +Tested up to: 6.7.1 Stable tag: 2.1.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html