Skip to content

Commit

Permalink
Run tests on PHP 8.4 (#30)
Browse files Browse the repository at this point in the history
* Run tests on PHP 8.4

* Remove psalm
  • Loading branch information
dmason30 authored Jan 28, 2025
1 parent 863937e commit 5a01fc0
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 64 deletions.
37 changes: 0 additions & 37 deletions .github/workflows/psalm.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
php: [8.3, 8.2, 8.1]
php: [8.4, 8.3, 8.2, 8.1]
laravel: [11.*, 10.*]
dependency-version: [prefer-lowest, prefer-stable]
exclude:
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
"require-dev": {
"mockery/mockery": "^1.4",
"orchestra/testbench": "^8.0|^9.0",
"phpunit/phpunit": "^10.5",
"vimeo/psalm": "^5.0"
"phpunit/phpunit": "^10.5"
},
"autoload": {
"psr-4": {
Expand Down
24 changes: 0 additions & 24 deletions psalm.xml

This file was deleted.

0 comments on commit 5a01fc0

Please sign in to comment.