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 6, 2024
1 parent be72a54 commit 1a29fd1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .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 @@ -62,7 +63,7 @@ jobs:
- name: Install PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: 8.4
coverage: pcov
extensions: uopz
tools: pecl
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 1a29fd1

Please sign in to comment.