Skip to content

Commit

Permalink
Merge pull request #2 from worksome/php-8
Browse files Browse the repository at this point in the history
Bump dependencies
  • Loading branch information
olivernybroe authored Dec 3, 2020
2 parents 13cb48b + d54d10d commit d5d09a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['7.4']
php: ['7.4', '8.0']
fail-fast: false
steps:
- name: Checkout code
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"bin/foggy"
],
"require": {
"php": ">=7.4",
"php": "^7.4|^8.0",
"doctrine/dbal": "^2.9|^2.8|^2.7",
"symfony/console": "^5.1",
"symfony/var-dumper": "^5.1",
"ext-json": "*",
"thecodingmachine/safe": "^0.1.15",
"thecodingmachine/safe": "^1.3",
"ext-pdo": "*",
"fakerphp/faker": "^1.10"
},
Expand Down

0 comments on commit d5d09a0

Please sign in to comment.