Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgergo committed Nov 3, 2024
1 parent 8d0da67 commit 378470c
Show file tree
Hide file tree
Showing 5 changed files with 341 additions and 408 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/back-end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
name: "Set up PHP"
uses: "shivammathur/setup-php@v2"
with:
php-version: "8.2"
php-version: "8.3"
extensions: "dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, gd, fileinfo, exif"
coverage: "none"
tools: "parallel-lint"
Expand All @@ -49,7 +49,6 @@ jobs:
fail-fast: false
matrix:
php-version:
- "8.2"
- "8.3"
dependencies:
- "lowest"
Expand Down Expand Up @@ -90,7 +89,7 @@ jobs:
name: "Send coverage to Coveralls"
env:
COVERALLS_REPO_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
if: "${{ env.COVERALLS_REPO_TOKEN && matrix.php-version == '8.2' && matrix.dependencies == 'locked' }}"
if: "${{ env.COVERALLS_REPO_TOKEN && matrix.php-version == '8.3' && matrix.dependencies == 'locked' }}"
run: |
wget --no-verbose \
"https://github.com/php-coveralls/php-coveralls/releases/download/v2.5.3/php-coveralls.phar"
Expand All @@ -107,7 +106,7 @@ jobs:
name: "Set up PHP"
uses: "shivammathur/setup-php@v2"
with:
php-version: "8.2"
php-version: "8.3"
extensions: "dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, gd, fileinfo, exif"
coverage: "none"
-
Expand Down Expand Up @@ -153,7 +152,7 @@ jobs:
name: "Set up PHP"
uses: "shivammathur/setup-php@v2"
with:
php-version: "8.2"
php-version: "8.3"
extensions: "dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, gd, fileinfo, exif"
coverage: "none"
tools: "phpcs,cs2pr"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/install-laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
os:
- "ubuntu-22.04"
php:
- "8.2"
- "8.3"
stability:
- "prefer-stable"
laravel:
- "10.x"
- "11.x"

runs-on: "${{ matrix.os }}"

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
}
],
"require": {
"php": "~8.2.0 || ~8.3.0",
"php": "~8.3.0",
"ext-exif": "*",
"ext-gd": "*",
"laravel/framework": "^10.43 || ^11.0.3"
"laravel/framework": "^11.30"
},
"require-dev": {
"fakerphp/faker": "^1.23",
Expand Down
Loading

0 comments on commit 378470c

Please sign in to comment.