Skip to content

Commit

Permalink
- Updated min php version to min 8.2.
Browse files Browse the repository at this point in the history
- Updated github test cases.
  • Loading branch information
AbdullahFaqeir committed May 7, 2024
1 parent c2449aa commit e19e6d2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [8.0, 8.1]
laravel: [9.*]
php: [8.2]
laravel: [10.*,11.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
- laravel: 9.*
testbench: 7.*
laravel-medialibrary: 10.*
- laravel: 10.*
testbench: 8.*
laravel-medialibrary: 11.*

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}

Expand Down Expand Up @@ -55,4 +55,4 @@ jobs:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_DEFAULT_REGION: ${{ secrets.AWS_DEFAULT_REGION }}
AWS_BUCKET: ${{ secrets.AWS_BUCKET }}
AWS_BUCKET: ${{ secrets.AWS_BUCKET }}
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": "^8.1",
"php": "^8.2",
"laravel/framework": "^10.0|^11.0",
"spatie/laravel-medialibrary": "^11.0",
"php-ffmpeg/php-ffmpeg": "^1.2",
Expand Down

0 comments on commit e19e6d2

Please sign in to comment.