Skip to content

Commit e4bbe60

Browse files
authored
Merge pull request #567 from laravelio/php74
PHP 7.4
2 parents 04336af + ff62df2 commit e4bbe60

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup PHP
1414
uses: shivammathur/setup-php@v2
1515
with:
16-
php-version: 7.3
16+
php-version: 7.4
1717
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite
1818
coverage: none
1919

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": "^7.3",
7+
"php": "^7.4",
88
"algolia/algoliasearch-client-php": "^2.7",
99
"algolia/scout-extended": "^1.10",
1010
"blade-ui-kit/blade-heroicons": "^0.3",

composer.lock

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

0 commit comments

Comments
 (0)