Skip to content

Commit

Permalink
feat: bump min versions
Browse files Browse the repository at this point in the history
add tests for PHP 8.4
  • Loading branch information
Chris8934 committed Oct 19, 2024
1 parent ab395b9 commit 8a35491
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- 8.1
- 8.2
- 8.3
- 8.4

steps:
- uses: actions/checkout@v4
Expand All @@ -22,7 +23,7 @@ jobs:
with:
php-version: ${{ matrix.php }}

- run: composer validate
- run: composer validate --strict

# TODO re-add caching
- run: composer install --prefer-dist --no-progress --no-suggest
Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
],
"require": {
"php": "^8.1",
"doctrine/orm": "^3.0"
"doctrine/orm": "^3.3"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.38",
"nesbot/carbon": "^2.71",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^10.4",
"symfony/cache": "^6.3 || ^7.0",
"symfony/yaml": "^6.3 || ^7.0"
"friendsofphp/php-cs-fixer": "^3.64",
"nesbot/carbon": "^2.72",
"phpstan/phpstan": "^1.12",
"phpunit/phpunit": "^10.5",
"symfony/cache": "^6.4 || ^7.0",
"symfony/yaml": "^6.4 || ^7.0"
},
"autoload": {
"psr-4": {"DoctrineExtensions\\" : "src/"}
Expand Down

0 comments on commit 8a35491

Please sign in to comment.