Skip to content

Commit

Permalink
test fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
smajti1 committed Dec 26, 2024
1 parent 65e2f0e commit be79e73
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: shivammathur/setup-php@v2
with:
php-version: '8.3'
php-version: '8.4'
- uses: actions/checkout@v4
- name: Copy .env
run: php -r "file_exists('.env') || copy('.env.example', '.env');"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpstan-analyse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Install php
uses: shivammathur/setup-php@v2
with:
php-version: '8.3'
php-version: '8.4'
- uses: actions/checkout@v4
- name: Copy .env
run: php -r "file_exists('.env') || copy('.env.example', '.env');"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": "^8.3",
"php": "^8.4",
"ext-intl": "*",
"ext-pdo": "*",
"ext-zip": "*",
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit be79e73

Please sign in to comment.