Skip to content

Commit

Permalink
Added PHP 8.3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Nov 28, 2023
1 parent 201d395 commit 211a26e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
php: ['7.3', '7.4', '8.0', '8.1', '8.2']
php: ['7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
name: PHP ${{ matrix.php }}
steps:
- name: Checkout
Expand Down
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Unreleased
##### 2023-XX-YY

- Added PHP 8.3 support
- Added the missing Italian translation for "time" [[#73](https://github.com/artkonekt/pdf-invoice/pull/73)] Thanks [Luca Pacitto](https://github.com/Nembie)
- Added encoding conversion to footer note [[#72](https://github.com/artkonekt/pdf-invoice/pull/72)] Thanks [Robszyy](https://github.com/Robszyy)

Expand Down

0 comments on commit 211a26e

Please sign in to comment.