Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
railken committed Mar 27, 2024
1 parent 82c997f commit b32257a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['8.0', '8.1', '8.2', '8.3']
laravel: ['8.*', '9.*', '10.*']
php: ['8.1', '8.2', '8.3']
laravel: ['9.*', '10.*']
steps:
- name: Checkout
uses: actions/checkout@v1
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"keywords": ["api"],
"license": "MIT",
"require": {
"php": ">=7.1",
"php": ">=8.1",
"railken/bag": "^1.2",
"illuminate/database": "5.* || 6.* || 7.* || 8.* || 9.* || 10.*",
"illuminate/database": "9.* || 10.*",
"railken/search-query": "3.*"
},
"require-dev": {
Expand Down

0 comments on commit b32257a

Please sign in to comment.