Skip to content

Commit

Permalink
update worklflows
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgergo committed Dec 12, 2023
1 parent c769104 commit 7b8d9a9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .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.1"
php-version: "8.2"
extensions: "dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, gd, fileinfo, exif"
coverage: "none"
tools: "parallel-lint"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/install-laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
os:
- "ubuntu-22.04"
php:
- "8.1"
- "8.2"
stability:
- "prefer-stable"
Expand Down

0 comments on commit 7b8d9a9

Please sign in to comment.