Skip to content

Commit

Permalink
Merge pull request #16 from evosys21/fix/php8.4-deprecations
Browse files Browse the repository at this point in the history
Fix php 8.4 deprecations; update README.md
  • Loading branch information
klodoma authored Jan 22, 2025
2 parents c09e582 + 267dad7 commit 480c76c
Show file tree
Hide file tree
Showing 4 changed files with 201 additions and 205 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

strategy:
matrix:
php-version: ['8.0', '8.1', '8.2', '8.3'] # Add the PHP versions you want to test
php-version: ['8.0', '8.1', '8.2', '8.3', '8.4'] # Add the PHP versions you want to test

steps:
- uses: actions/checkout@v4
Expand All @@ -45,7 +45,7 @@ jobs:
${{ runner.os }}-php-
- name: Install dependencies
run: composer install --prefer-dist --no-progress
run: composer update --prefer-dist --no-progress

- name: Run Tests
run: ./vendor/bin/phpunit
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
`evosys21/pdflib` is a collection of PHP classes facilitating developers to create [Advanced Multicells](#advanced-multicell) and [Tables](#advanced-table) in [FPDF](http://www.fpdf.org), [TCPDF](https://github.com/tecnickcom/TCPDF), or
[tFPDF](http://fpdf.org/en/script/script92.php).

**This repository is the continuation of the PDF Addons previously hosted on https://www.interpid.eu**

## Advanced Multicell

This addon class allows the creation of an **Advanced Multicell for FPDF/TCPDF/tFPDF**, which uses as input a TAG-based formatted
Expand Down
Loading

0 comments on commit 480c76c

Please sign in to comment.