Skip to content

Commit

Permalink
Release 2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgeneralgoo committed Dec 31, 2024
1 parent 332fffe commit 0223dfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ['8.1', '8.2', '8.3']
php-version: ['8.1', '8.2', '8.3', '8.4', '8.5']

steps:
- name: Checkout Repository
Expand Down
2 changes: 1 addition & 1 deletion Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*
* @author mrgeneral
* @package MarkdownParse
* @version 2.4.2
* @version 2.4.3
* @link https://www.chengxiaobai.cn/
*/
class Plugin implements PluginInterface
Expand Down

0 comments on commit 0223dfa

Please sign in to comment.