Skip to content

Commit 5974f63

Browse files
authored
Merge pull request #8 from maksimovic/php8.3-8.4
Ensure support for PHP 8.3/8.4
2 parents 2ef7303 + c540cf8 commit 5974f63

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
11+
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
1212
name: PHP ${{ matrix.php-versions }} Test
1313
steps:
1414
- name: Checkout Code
@@ -36,4 +36,4 @@ jobs:
3636
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3737
with:
3838
files: ./coverage.xml
39-
verbose: true
39+
verbose: true

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
This is a fork of `mk-j/php_xlsxwriter` compatible with PHP 7.2/3/4 and 8.0/1/2
1+
This is a fork of `mk-j/php_xlsxwriter` compatible with PHP versions:
2+
- 7.2
3+
- 7.3
4+
- 7.4
5+
- 8.0
6+
- 8.1
7+
- 8.2
8+
- 8.3
9+
- 8.4
210

311
[![codecov](https://codecov.io/github/maksimovic/PHP_XLSXWriter/graph/badge.svg?token=XKhvjEUAZQ)](https://codecov.io/github/maksimovic/PHP_XLSXWriter)
412
![master](https://github.com/maksimovic/PHP_XLSXWriter/actions/workflows/ci.yml/badge.svg?branch=master)

0 commit comments

Comments
 (0)