mirror of
https://github.com/michaelachrisco/ReadOnlyTraitLaravel.git
synced 2024-10-31 21:33:23 -07:00
Fix circleci build
This commit is contained in:
parent
1d8d4a981c
commit
fe372eb8d0
2 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
version: 2
|
version: 2.1
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_7.3:
|
build_php_version:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/php:7.3
|
- image: circleci/php:7.3
|
||||||
working_directory: ~/ReadOnlyTraitLaravel
|
working_directory: ~/ReadOnlyTraitLaravel
|
||||||
|
@ -23,5 +23,5 @@ workflows:
|
||||||
version: 2
|
version: 2
|
||||||
build:
|
build:
|
||||||
jobs:
|
jobs:
|
||||||
- build_7.3
|
- build_php_version
|
||||||
- build_latest
|
- build_latest
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "michaelachrisco/readonly",
|
"name": "michaelachrisco/readonly",
|
||||||
"description": "Readonly Models for Laravel 5",
|
"description": "Readonly Models for Laravel 5+",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Michael Chrisco",
|
"name": "Michael Chrisco",
|
||||||
|
|
Loading…
Reference in a new issue