Skip to content

Commit

Permalink
Merge pull request #47 from beganovich/php84
Browse files Browse the repository at this point in the history
PHP 8.4
  • Loading branch information
beganovich authored Nov 20, 2024
2 parents 3b21c7a + f3807db commit 468d6cf
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
operating-system: ["ubuntu-22.04"]
php-versions: ["8.2", "8.3"]
php-versions: ["8.2", "8.3", "8.4"]

steps:
- uses: actions/checkout@v2
Expand Down
15 changes: 10 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,19 @@
"require": {
"php": ">=8.2",
"ext-zip": "*",
"symfony/process": "^7.0",
"symfony/console": "^7.0",
"symfony/filesystem": "^7.0"
"symfony/process": "^7.1",
"symfony/console": "^7.1",
"symfony/filesystem": "^7.1"
},
"require-dev": {
"ext-fileinfo": "*",
"friendsofphp/php-cs-fixer": "^3.6",
"phpunit/phpunit": "^11.0"
"phpunit/phpunit": "^11.4"
},
"bin": ["snappdf"]
"bin": ["snappdf"],
"scripts": {
"tests": [
"@php vendor/bin/phpunit --testdox"
]
}
}
2 changes: 0 additions & 2 deletions versions/README

This file was deleted.

0 comments on commit 468d6cf

Please sign in to comment.