Skip to content

Commit 3326a24

Browse files
committed
Raise minimum PHP to 8.2 and align CI
1 parent b763c66 commit 3326a24

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
php-version: ['8.1', '8.4']
17+
php-version: ['8.2', '8.4']
1818
steps:
1919
- name: Checkout code
2020
uses: actions/checkout@v6
@@ -43,7 +43,7 @@ jobs:
4343
- name: Set up PHP
4444
uses: shivammathur/setup-php@v2
4545
with:
46-
php-version: '8.1'
46+
php-version: '8.2'
4747
- name: Install Composer packages
4848
run: composer install --no-dev --optimize-autoloader
4949
- name: Clean up old SVN tags

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
fail-fast: false
3030
matrix:
31-
php-version: ['8.1', '8.4']
31+
php-version: ['8.2', '8.4']
3232
steps:
3333
- name: Checkout code
3434
uses: actions/checkout@v6

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Once activated, add your [Brevo API key](https://developers.brevo.com/docs/getti
2525
### Requirements
2626

2727
- WordPress 6.4+
28-
- PHP 8.1+
28+
- PHP 8.2+
2929
- WooCommerce 5.5+
3030

3131
## Development

brevwoo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Version: 2.0.0
77
* Requires at least: 6.4
88
* Tested up to: 6.9
9-
* Requires PHP: 8.1
9+
* Requires PHP: 8.2
1010
* Author: Alec Rust
1111
* Author URI: https://www.alecrust.com/
1212
* Developer: Alec Rust

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: marketing, automation, sendinblue, brevo, woocommerce
44
Requires at least: 6.4
55
Tested up to: 6.9
66
Stable tag: 2.0.0
7-
Requires PHP: 8.1
7+
Requires PHP: 8.2
88
License: GPL-2.0-or-later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010

0 commit comments

Comments
 (0)