Skip to content

Commit

Permalink
Merge pull request #59 from michaelachrisco/58-update-illuminatedatabase
Browse files Browse the repository at this point in the history
Update composer.json - illuminate/database
  • Loading branch information
michaelachrisco authored Mar 27, 2024
2 parents 2768360 + 55391df commit c6055e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
version: 2.1

jobs:
build_php_version_81:
docker:
- image: cimg/php:8.1.14
working_directory: ~/ReadOnlyTraitLaravel
steps: # a set of executable commands
- checkout
- run: sudo composer self-update
- run: composer install -n --prefer-dist --no-plugins
- run: ./vendor/bin/kahlan -reporter=verbose
build_php_version_82:
docker:
- image: cimg/php:8.2.12
Expand All @@ -32,6 +23,5 @@ workflows:
version: 2
build:
jobs:
- build_php_version_81
- build_php_version_82
- build_php_version_83
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
},
"require-dev": {
"kahlan/kahlan": "^5.2.5",
"illuminate/database": "=10.29.0"
"illuminate/database": "=11.1.0"
}
}

0 comments on commit c6055e6

Please sign in to comment.