Skip to content

Commit ffbe987

Browse files
authored
Upgrade PHP version from 8.3 to 8.4 (#1389)
* Upgrade PHP version from 8.3 to 8.4 * wip
1 parent 80a0354 commit ffbe987

File tree

4 files changed

+233
-174
lines changed

4 files changed

+233
-174
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup PHP
2828
uses: shivammathur/setup-php@v2
2929
with:
30-
php-version: 8.3
30+
php-version: 8.4
3131
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, gd
3232
coverage: none
3333

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ We'd like to thank these **amazing companies** for sponsoring us. If you are int
3232

3333
The following tools are required in order to start the installation.
3434

35-
- PHP 8.3
35+
- PHP 8.4
3636
- [Composer](https://getcomposer.org/download/)
3737
- [NPM](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
3838
- [Valet](https://laravel.com/docs/valet#installation)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "MIT",
55
"type": "project",
66
"require": {
7-
"php": "^8.3 || ^8.4",
7+
"php": "8.4.*",
88
"algolia/scout-extended": "^3.1",
99
"blade-ui-kit/blade-heroicons": "^2.3",
1010
"blade-ui-kit/blade-icons": "^1.6",

0 commit comments

Comments
 (0)