Skip to content

Commit

Permalink
Backport PHP 8.4 support to 0.4 (#30)
Browse files Browse the repository at this point in the history
Co-authored-by: Maks Rafalko <[email protected]>
  • Loading branch information
sidz and maks-rafalko authored Dec 8, 2024
1 parent 94ede18 commit 17bf976
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
operating-system: [ ubuntu-latest ]
php-version: [ '8.1', '8.2', '8.3' ]
php-version: [ '8.1', '8.2', '8.3', '8.4' ]

name: Tests on ${{ matrix.operating-system }} with PHP ${{ matrix.php-version }}

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"source": "https://github.com/sidz/phpstan-rules"
},
"require": {
"php": "^8.1, <8.4",
"php": "^8.1, <8.5",
"phpstan/phpstan": "^1.8"
},
"require-dev": {
Expand Down

0 comments on commit 17bf976

Please sign in to comment.