diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 43dbed4..2dd967b 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest]
- php-versions: ['8.0']
+ php-versions: ['8.0', '8.1', '8.2']
include:
- operating-system: 'ubuntu-18.04'
php-versions: '7.0'
diff --git a/package.xml b/package.xml
index 8d0e16b..cc98777 100644
--- a/package.xml
+++ b/package.xml
@@ -33,11 +33,11 @@
wjx@php.net
yes
- 2023-03-01
+ 2023-03-02
- 1.5.3
- 1.5.3
+ 1.5.4
+ 1.5.4
stable
@@ -45,8 +45,6 @@
BSD license
-- Feat: Print scale.
-- Feat: Border color.
- Fix: PACKED array on PHP 8.2.
@@ -319,6 +317,23 @@
+
+ 2023-03-01
+
+
+ 1.5.3
+ 1.5.3
+
+
+ stable
+ stable
+
+ BSD license
+
+ - Feat: Print scale.
+ - Feat: Border color.
+
+
2022-05-01
diff --git a/php_xlswriter.h b/php_xlswriter.h
index 99cc381..c8370ab 100644
--- a/php_xlswriter.h
+++ b/php_xlswriter.h
@@ -18,7 +18,7 @@
extern zend_module_entry xlswriter_module_entry;
#define phpext_xlswriter_ptr &xlswriter_module_entry
-#define PHP_XLSWRITER_VERSION "1.5.3"
+#define PHP_XLSWRITER_VERSION "1.5.4"
#define PHP_XLSWRITER_AUTHOR "Jiexing.Wang (wjx@php.net)"
#ifdef PHP_WIN32