Skip to content

Commit

Permalink
PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
s-damian committed Nov 23, 2024
1 parent a7f60f3 commit ef8f6f0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
php: ['8.0', '8.1', '8.2', '8.3']
php: ['8.0', '8.1', '8.2', '8.3', '8.4']

steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ This package is developed by [Stephen Damian](https://github.com/s-damian).
### Requirements

- PHP 8.0 || 8.1 || 8.2 || 8.3
- PHP 8.0 || 8.1 || 8.2 || 8.3 || 8.4
- Laravel 8 || 9 || 10 || 11


Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
}
},
"scripts": {
"test": "php8.3 ./vendor/phpunit/phpunit/phpunit",
"test-f": "php8.3 ./vendor/phpunit/phpunit/phpunit --filter",
"test": "php8.4 ./vendor/phpunit/phpunit/phpunit",
"test-f": "php8.4 ./vendor/phpunit/phpunit/phpunit --filter",
"phpstan": "php8.3 ./vendor/bin/phpstan analyse -c phpstan.neon",
"pint": "php8.3 ./vendor/bin/pint",
"pint-t": "php8.3 ./vendor/bin/pint --test"
"pint": "php8.4 ./vendor/bin/pint",
"pint-t": "php8.4 ./vendor/bin/pint --test"
},
"minimum-stability": "dev",
"prefer-stable": true
Expand Down

0 comments on commit ef8f6f0

Please sign in to comment.