Skip to content

Commit

Permalink
Merge pull request #59 from GravityPDF/php-8.4
Browse files Browse the repository at this point in the history
Mark as PHP 8.4 compatible
  • Loading branch information
jakejackson1 authored Nov 13, 2024
2 parents a664e77 + 5a9ddce commit d5bba03
Show file tree
Hide file tree
Showing 2 changed files with 3 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
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 d5bba03

Please sign in to comment.