Skip to content

Commit 2a0f939

Browse files
chore(deps): bump PHP version to 8.4 and update related dependencies
1 parent d4f9457 commit 2a0f939

File tree

5 files changed

+50
-50
lines changed

5 files changed

+50
-50
lines changed

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: shivammathur/setup-php@ec406be512d7077f68eed36e63f4d91bc006edc4
1515
with:
16-
php-version: "8.2"
16+
php-version: "8.4"
1717
- uses: actions/checkout@v5
1818
- name: Copy .env
1919
run: php -r "file_exists('.env') || copy('.env.example', '.env');"

.github/workflows/pint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: shivammathur/setup-php@ec406be512d7077f68eed36e63f4d91bc006edc4
1515
with:
16-
php-version: "8.2"
16+
php-version: "8.4"
1717
- uses: actions/checkout@v5
1818
- name: Copy .env
1919
run: php -r "file_exists('.env') || copy('.env.example', '.env');"

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: shivammathur/setup-php@ec406be512d7077f68eed36e63f4d91bc006edc4
1515
with:
16-
php-version: "8.2"
16+
php-version: "8.4"
1717
- uses: actions/checkout@v5
1818
- name: Copy .env
1919
run: php -r "file_exists('.env') || copy('.env.example', '.env');"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
],
1010
"license": "MIT",
1111
"require": {
12-
"php": "^8.2",
12+
"php": "^8.4",
1313
"althinect/filament-spatie-roles-permissions": "3.x-dev",
1414
"filament/filament": "^4.0",
1515
"filament/spatie-laravel-settings-plugin": "^4.0",

composer.lock

Lines changed: 46 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)