Skip to content

Commit

Permalink
Run CI against PHP 8.4 (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-georgiev authored Nov 25, 2024
1 parent b82cca5 commit 74f7589
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- php: '8.1'
- php: '8.2'
- php: '8.3'
- php: '8.4'
ignore-php-version: true
calculate-code-coverage: true
- doctrine-orm: '2.14'
Expand All @@ -33,7 +34,7 @@ jobs:
- name: Set up PHP with PECL extension
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php || '8.3' }}
php-version: ${{ matrix.php || '8.4' }}
coverage: xdebug
extensions: ctype, json, mbstring
tools: composer
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"phpstan/phpstan": "^1.12.11",
"phpstan/phpstan-phpunit": "^1.4.1",
"phpunit/phpunit": "^10.5.38",
"qossmic/deptrac": "^2.0.0-alpha",
"qossmic/deptrac": "^2.0.4",
"rector/rector": "^1.2.10",
"symfony/cache": "^6.4||^7.0"
},
Expand Down

0 comments on commit 74f7589

Please sign in to comment.