Skip to content

Commit

Permalink
Only support php8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskees committed Jun 27, 2021
1 parent 03e206a commit 4e8c457
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
- uses: nanasess/setup-php@master
with:
php-version: '7.4'
php-version: '8.0'
- name: Install Dependencies
run: composer install -q --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --prefer-dist
- name: Execute tests (Unit and Feature tests) via PHPUnit
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"license": "Apache-2.0",
"require": {
"php": "^7.4|^8.0",
"php": "^8.0",
"cebe/php-openapi": "^1.5"
},
"require-dev": {
Expand Down

0 comments on commit 4e8c457

Please sign in to comment.