Skip to content

Commit

Permalink
Add workflow for php 8.4 (#7)
Browse files Browse the repository at this point in the history
* Add workflow for php 8.4

* maybe?
  • Loading branch information
akondas authored Nov 23, 2024
1 parent c4a5b12 commit 89669d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- "8.1"
- "8.2"
- "8.3"
- "8.4"

runs-on: ubuntu-latest

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@phpunit"
],
"check-cs": [
"php-cs-fixer fix --dry-run --diff"
"PHP_CS_FIXER_IGNORE_ENV=true php-cs-fixer fix --dry-run --diff"
],
"fix-cs": [
"php-cs-fixer fix"
Expand Down

0 comments on commit 89669d7

Please sign in to comment.