Skip to content

Commit

Permalink
Merge pull request #63 from mehrancodes/update-workflows
Browse files Browse the repository at this point in the history
Update workflows
  • Loading branch information
mehrancodes authored Feb 19, 2024
2 parents 3d5422e + 465f570 commit 7411cf6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: 8.3
tools: composer:v2
coverage: none

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Get Composer cache directory
id: composer-cache
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT

- name: Cache dependencies
uses: actions/cache@v2
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Actions Status](https://github.com/mehrancodes/veyoze/actions/workflows/run-tests.yml/badge.svg?event=pull_request)](https://github.com/mehrancodes/veyoze/actions)

# Veyoze - Beta version ⚡️ 🛠️

![logo-background-blue-sky-small](https://github.com/mehrancodes/veyoze/assets/7046255/2727ce3d-31c4-4a97-bafc-e461706ff219)
Expand Down

0 comments on commit 7411cf6

Please sign in to comment.