Skip to content

Commit

Permalink
Add support to PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
henriquemoody committed Dec 11, 2024
1 parent bba39a4 commit 69b3a70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- "8.1"
- "8.2"
- "8.3"
- "8.4"

steps:
- name: Checkout
Expand Down Expand Up @@ -96,7 +97,7 @@ jobs:
- name: Install PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.3
php-version: 8.4
coverage: none

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
},
"require": {
"php": "^8.1 || ^8.2",
"php": ">=8.1",
"respect/stringifier": "^2.0.0",
"symfony/polyfill-mbstring": "^1.28"
},
Expand Down

0 comments on commit 69b3a70

Please sign in to comment.