Skip to content

Commit

Permalink
fix bug && fix php version && add composer-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
reyptr27 committed Jul 30, 2024
1 parent 8d7008a commit a17421c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
php-version:
- "8.1"
- "8.2"
node-version:
- 16

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.2, 8.1]
laravel: ["9", "10"]
php: 8.2
laravel: ["10", "11"]
dependency-version: [prefer-lowest, prefer-stable]

name: L${{ matrix.laravel}} - P${{ matrix.php }} - ${{ matrix.dependency-version }}
Expand Down
2 changes: 1 addition & 1 deletion app/composer-l9.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"keywords": ["framework", "laravel"],
"license": "MIT",
"require": {
"php": "^8.1|^8.2",
"php": "^8.2",
"guzzlehttp/guzzle": "^7.2",
"inertiajs/inertia-laravel": "^0.6.9",
"laravel/breeze": "^1.9",
Expand Down
2 changes: 1 addition & 1 deletion app/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"license": "MIT",
"require": {
"php": "^8.1|^8.2",
"php": "^8.2",
"guzzlehttp/guzzle": "^7.2",
"inertiajs/inertia-laravel": "^0.6.9",
"laravel/breeze": "^1.9",
Expand Down

0 comments on commit a17421c

Please sign in to comment.