Skip to content

Commit

Permalink
Merge pull request #113 from visto9259/update_php_8_4
Browse files Browse the repository at this point in the history
Update php 8 4
  • Loading branch information
visto9259 authored Dec 10, 2024
2 parents 275fd0c + 6e8ff1c commit e5a5f6e
Show file tree
Hide file tree
Showing 4 changed files with 5,977 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
build:
strategy:
matrix:
php_version: ['8.1', '8.2', '8.3']
php_version: ['8.1', '8.2', '8.3', '8.4']
deps: ['--prefer-lowest --prefer-dist', '']
include:
- code-coverage: 'yes'
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
vendor
composer.lock
#composer.lock
.idea
.phpcs-cache
build
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
}
],
"require": {
"php": "^7.3 || ^8.0 || ^8.1 || ^8.2 || ^8.3",
"php": "^7.3 || ^8.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
"laminas/laminas-servicemanager": "^3.3",
"laminas/laminas-stdlib": "^3.1",
"doctrine/persistence": "^2.0 || ^3.0"
Expand Down
Loading

0 comments on commit e5a5f6e

Please sign in to comment.