Skip to content

Commit 78bdea2

Browse files
authored
Merge pull request #164 from Sysix/ci-add-php-8.4-tests
ci: tests php 8.4
2 parents eaaf2f9 + b5d0c88 commit 78bdea2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: true
1616
matrix:
17-
php: [8.3, 8.2, 8.1]
17+
php: [8.4, 8.3, 8.2, 8.1]
1818
dependency-version: [prefer-lowest, prefer-stable]
1919

2020
name: PHP${{ matrix.php }} - ${{ matrix.dependency-version }}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"phpunit/phpunit": "^10.5",
2727
"guzzlehttp/guzzle": "^7.8",
2828
"friendsofphp/php-cs-fixer": "^3.57",
29-
"vimeo/psalm": "^5.24",
29+
"vimeo/psalm": "^6.0",
3030
"psalm/plugin-phpunit": "^0.19",
3131
"phpstan/phpstan": "^2.0"
3232
},

0 commit comments

Comments
 (0)