Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for PHP 8.4.
Browse files Browse the repository at this point in the history
gnutix committed Jan 8, 2025
1 parent dc6bafe commit 81b7bd1
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
operating-system: [ubuntu-latest]
php-versions: ["8.0", "8.1", "8.2", "8.3"]
php-versions: ["8.0", "8.1", "8.2", "8.3", "8.4"]
composer-args: ["", "--prefer-lowest"]
runs-on: ${{ matrix.operating-system }}
steps:
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@
"prefer-stable": true,
"require": {
"ext-iconv": "*",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
"diablomedia/zendframework1-exception": "^1.1.1",
"diablomedia/zendframework1-cache": "^1.0.6",
"diablomedia/zendframework1-loader": "^1.0.5",

0 comments on commit 81b7bd1

Please sign in to comment.