Skip to content

Commit

Permalink
Merge branch 'GravityPDF:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
super-dm3 authored Nov 14, 2024
2 parents ebf16bc + 49f95fb commit 3aba5fd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: [ '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]
php-versions: [ '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
include:
- php: '8.2'
- php: '8.3'
report: true

name: PHP ${{ matrix.php-versions }} PHPUnit Test
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
QueryPath Changelog
===========================

# Unreleased changes

- Update composer.json to mark library as PHP 8.4 compatible

# 4.0.1

- Only define global functions qp(), htmlqp(), and html5qp() if they haven't been defined already.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
],
"require": {
"php": "^7.1 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
"php": "^7.1 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
"masterminds/html5": "^2.0"
},
"autoload": {
Expand Down

0 comments on commit 3aba5fd

Please sign in to comment.