Skip to content

Commit

Permalink
Drop support for WP 6.4 (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano authored Oct 11, 2024
1 parent 109a0bd commit 6a82642
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.5.5
- php: '7.4'
wp: WordPress#6.4.5
- php: '8.0'
wp: WordPress
- php: '8.0'
wp: WordPress#6.5.5
- php: '8.0'
wp: WordPress#6.4.5
- php: '8.2'
wp: WordPress
- php: '8.2'
wp: WordPress#6.5.5
- php: '8.2'
wp: WordPress#6.4.5
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.5.5
- php: '7.4'
wp: WordPress#6.4.5
- php: '8.0'
wp: WordPress
- php: '8.0'
wp: WordPress#6.5.5
- php: '8.0'
wp: WordPress#6.4.5
- php: '8.2'
wp: WordPress
- php: '8.2'
wp: WordPress#6.5.5
- php: '8.2'
wp: WordPress#6.4.5
name: PHP ${{ matrix.php }} / ${{ matrix.wp }} Test

steps:
Expand Down
2 changes: 1 addition & 1 deletion enable-responsive-image.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: Enable Responsive Image
* Description: Adds settings to the Image block to display different images depending on the width of the screen.
* Requires at least: 6.4
* Requires at least: 6.5
* Requires PHP: 7.4
* Version: 1.2.0
* Author: Aki Hamano
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
=== Enable Responsive Image ===
Contributors: wildworks, Toro_Unit
Tags: gutenberg, block, image, responsive
Requires at least: 6.4
Requires at least: 6.5
Tested up to: 6.6
Stable tag: 1.2.0
Requires PHP: 7.4
Expand Down

0 comments on commit 6a82642

Please sign in to comment.