Skip to content

Commit

Permalink
Drop support for WP6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano committed Jun 26, 2024
1 parent 757dfd8 commit e3e6f64
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 14 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/run-test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,14 @@ jobs:
wp: WordPress
- php: '7.4'
wp: WordPress#6.4.3
- php: '7.4'
wp: WordPress#6.3.3
- php: '8.0'
wp: WordPress
- php: '8.0'
wp: WordPress#6.4.3
- php: '8.0'
wp: WordPress#6.3.3
- php: '8.2'
wp: WordPress
- php: '8.2'
wp: WordPress#6.4.3
- php: '8.2'
wp: WordPress#6.3.3
name: PHP ${{ matrix.php }} / ${{ matrix.wp }} Test

steps:
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,14 @@ jobs:
wp: WordPress
- php: '7.4'
wp: WordPress#6.4.3
- php: '7.4'
wp: WordPress#6.3.3
- php: '8.0'
wp: WordPress
- php: '8.0'
wp: WordPress#6.4.3
- php: '8.0'
wp: WordPress#6.3.3
- php: '8.2'
wp: WordPress
- php: '8.2'
wp: WordPress#6.4.3
- php: '8.2'
wp: WordPress#6.3.3
name: PHP ${{ matrix.php }} / ${{ matrix.wp }} Test

steps:
Expand Down
2 changes: 1 addition & 1 deletion custom-html-block-extension.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: Custom HTML Block Extension
* Description: Extend Custom HTML block to evolve into the advanced code editor.
* Requires at least: 6.3
* Requires at least: 6.4
* Requires PHP: 7.4
* Version: 3.5.0
* Author: Aki Hamano
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Contributors: wildworks
Tags: gutenberg, block, html, highlighting, emmet
Donate link: https://www.paypal.me/thamanoJP
Requires at least: 6.3
Requires at least: 6.4
Tested up to: 6.4
Stable tag: 3.5.0
Requires PHP: 7.4
Expand Down

0 comments on commit e3e6f64

Please sign in to comment.