Skip to content

Commit

Permalink
chore: Update CI to run tests on PHP 8.4 (#239)
Browse files Browse the repository at this point in the history
* CI: Update tests to run on PHP 8.4

* docs: Update README to reflect PHP 8.4 tests/support
  • Loading branch information
Niellles authored Nov 27, 2024
1 parent efb03d8 commit 06d75c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3']
php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
steps:
- uses: actions/checkout@v4

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Contributions are very welcome. [Find out how to contribute](#contributing).

PHP-SVG is free of dependencies. All it needs is a PHP installation satisfying the following requirements:

* PHP version 7.4 or newer. This library is tested against all versions up to (and including) PHP 8.3.
* PHP version 7.4 or newer. This library is tested against all versions up to (and including) PHP 8.4.
* If you wish to load SVG files, or strings containing SVG code, you need to have the
['simplexml' PHP extension](https://www.php.net/manual/en/book.simplexml.php).
* If you wish to use the rasterization feature for converting SVGs to raster images (PNGs, JPEGs, ...), you need to
Expand Down

0 comments on commit 06d75c3

Please sign in to comment.