Skip to content

Commit

Permalink
Fix circleci build
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelachrisco committed Sep 28, 2020
1 parent 1d8d4a9 commit fe372eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2
version: 2.1

jobs:
build_7.3:
build_php_version:
docker:
- image: circleci/php:7.3
working_directory: ~/ReadOnlyTraitLaravel
Expand All @@ -23,5 +23,5 @@ workflows:
version: 2
build:
jobs:
- build_7.3
- build_php_version
- build_latest
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "michaelachrisco/readonly",
"description": "Readonly Models for Laravel 5",
"description": "Readonly Models for Laravel 5+",
"authors": [
{
"name": "Michael Chrisco",
Expand Down

0 comments on commit fe372eb

Please sign in to comment.