Skip to content

Commit

Permalink
Merge pull request #4 from danielburger1337/php-84
Browse files Browse the repository at this point in the history
Run tests against PHP 8.4
  • Loading branch information
danielburger1337 authored Dec 30, 2024
2 parents 5a221a6 + 877512f commit efa753a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpcsfixer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest]
php-versions: ["8.3"]
php-versions: ["8.2"]

name: PHPCSFixer with PHP ${{ matrix.php-versions }} on ${{ matrix.operating-system }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest]
php-versions: ["8.2", "8.3"]
php-versions: ["8.2", "8.3", "8.4"]

name: PHPStan with PHP ${{ matrix.php-versions }} on ${{ matrix.operating-system }}

Expand Down

0 comments on commit efa753a

Please sign in to comment.