Skip to content

Commit

Permalink
First check
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvenga committed Nov 12, 2022
1 parent 8069560 commit 69ca2f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.2, 8.1]
php: [8.1]
laravel: [9.*]
stability: [prefer-lowest, prefer-stable]
include:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
],
"require": {
"php": "^8.1",
"php": "^8.1.0",
"cijic/phpmorphy": "^0.3.1",
"illuminate/contracts": "^9.0",
"laravel/scout": "^9.4",
Expand Down

0 comments on commit 69ca2f9

Please sign in to comment.