Skip to content

Commit

Permalink
php8.4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
shish committed Sep 11, 2024
1 parent a2baced commit 88229fa
Show file tree
Hide file tree
Showing 5 changed files with 237 additions and 287 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['8.2', '8.3']
php: ['8.2', '8.3', '8.4']
database: ['pgsql', 'mysql', 'sqlite']
runs-on: ubuntu-24.04
steps:
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"type" : "project",
"license" : "GPL-2.0-or-later",
"minimum-stability" : "dev",
"prefer-stable": true,

"config": {
"platform": {
Expand Down Expand Up @@ -43,6 +44,7 @@
"shish/microcrud": "^2.0",
"shish/microhtml": "^2.2",
"shish/gqla": "^1.0",
"shish/safe": "^2.6.2",
"enshrined/svg-sanitize": "^0.16",
"bower-asset/jquery": "^1.12",
"bower-asset/jquery-timeago": "^1.5",
Expand All @@ -51,15 +53,13 @@
"sabre/cache": "^2.0.1",
"naroga/redis-cache": "dev-master",
"aws/aws-sdk-php": "^3.294",
"symfony/console": "6.4.x-dev",
"thecodingmachine/safe": "2.5.0"
"symfony/console": "6.4.x-dev"
},

"require-dev" : {
"phpunit/phpunit" : "^11.0",
"friendsofphp/php-cs-fixer" : "^3.64",
"phpstan/phpstan": "^1.12",
"thecodingmachine/phpstan-safe-rule": "^1.2"
"phpstan/phpstan": "^1.12"
},
"suggest": {
"ext-memcache": "memcache caching",
Expand Down
Loading

0 comments on commit 88229fa

Please sign in to comment.