Skip to content

Commit 5a01fc0

Browse files
authored
Run tests on PHP 8.4 (#30)
* Run tests on PHP 8.4 * Remove psalm
1 parent 863937e commit 5a01fc0

File tree

4 files changed

+2
-64
lines changed

4 files changed

+2
-64
lines changed

.github/workflows/psalm.yml

Lines changed: 0 additions & 37 deletions
This file was deleted.

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest]
11-
php: [8.3, 8.2, 8.1]
11+
php: [8.4, 8.3, 8.2, 8.1]
1212
laravel: [11.*, 10.*]
1313
dependency-version: [prefer-lowest, prefer-stable]
1414
exclude:

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
"require-dev": {
2626
"mockery/mockery": "^1.4",
2727
"orchestra/testbench": "^8.0|^9.0",
28-
"phpunit/phpunit": "^10.5",
29-
"vimeo/psalm": "^5.0"
28+
"phpunit/phpunit": "^10.5"
3029
},
3130
"autoload": {
3231
"psr-4": {

psalm.xml

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)