Skip to content

Commit

Permalink
Merge pull request #20 from BrandEmbassy/update-php
Browse files Browse the repository at this point in the history
php 7.2 -> php 7.4
  • Loading branch information
michalbrauner authored Jul 16, 2021
2 parents 949d563 + 48e2164 commit aa5fd78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 7.2
php-version: 7.4
extensions: mbstring
coverage: xdebug

Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: [ '7.2', '7.3', '7.4' ]
php-version: [ '7.4' ]

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"doctrine/orm": "Needed for DateTimeImmutableAsTimestampDoctrineType."
},
"require": {
"php": ">=7.2",
"php": ">=7.4",
"brandembassy/datetime-factory": "^1.0",
"nette/utils": "^3.0"
},
Expand Down

0 comments on commit aa5fd78

Please sign in to comment.