Skip to content

Commit

Permalink
Merge pull request #437 from laravel-enso/upgrade/enso6-dr
Browse files Browse the repository at this point in the history
Enso 6
  • Loading branch information
vmcvlad authored Apr 3, 2024
2 parents 92d2577 + d38272d commit ae8934c
Show file tree
Hide file tree
Showing 110 changed files with 9,118 additions and 9,049 deletions.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ APP_ENV=local
APP_KEY=
APP_DEBUG=true
APP_URL=http://localhost
VITE_APP_NAME="${APP_NAME}"

OWNER_COMPANY_ID=1

Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ jobs:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
steps:
- uses: actions/checkout@v2
- uses: borales/actions-yarn@v2.3.0
- uses: borales/actions-yarn@v3.0.0
- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '16'
- uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
php-version: '8.2'
- name: 'test node'
run: node -v
- name: 'install & build'
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
- uses: actions/checkout@v2
- uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
php-version: '8.2'
- name: 'PhpUnit'
run: |
sudo composer install
Expand All @@ -70,7 +70,7 @@ jobs:
- uses: actions/checkout@v2
- uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
php-version: '8.2'
- name: 'Run Phpcpd'
run: |
sudo composer install
Expand All @@ -83,7 +83,7 @@ jobs:
- uses: actions/checkout@v2
- uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
php-version: '8.2'
- name: 'Run php-insight'
run: |
sudo composer install
Expand All @@ -95,7 +95,7 @@ jobs:
- uses: actions/checkout@v2
- uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
php-version: '8.2'
- name: 'Run php-insight'
run: |
PHP_SC_VERSION=$(curl -s "https://api.github.com/repos/fabpot/local-php-security-checker/releases/latest" | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/;s/^v//')
Expand All @@ -114,7 +114,7 @@ jobs:
mysql password: ${{env.DB_PASSWORD}}
- uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
php-version: '8.2'
- name: 'Run migration'
run: |
sudo composer install
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Homestead.yaml
.php_cs.cache
npm-debug.log
yarn-error.log
.phpunit.cache

# code editors
/.idea
Expand Down
Loading

0 comments on commit ae8934c

Please sign in to comment.