Skip to content

Commit ae8934c

Browse files
authored
Merge pull request #437 from laravel-enso/upgrade/enso6-dr
Enso 6
2 parents 92d2577 + d38272d commit ae8934c

110 files changed

Lines changed: 9118 additions & 9049 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.env.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ APP_ENV=local
33
APP_KEY=
44
APP_DEBUG=true
55
APP_URL=http://localhost
6+
VITE_APP_NAME="${APP_NAME}"
67

78
OWNER_COMPANY_ID=1
89

.github/workflows/main.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ jobs:
2424
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
2525
steps:
2626
- uses: actions/checkout@v2
27-
- uses: borales/actions-yarn@v2.3.0
27+
- uses: borales/actions-yarn@v3.0.0
2828
- uses: actions/setup-node@v2
2929
with:
30-
node-version: '14'
30+
node-version: '16'
3131
- uses: shivammathur/setup-php@v2
3232
with:
33-
php-version: '8.0'
33+
php-version: '8.2'
3434
- name: 'test node'
3535
run: node -v
3636
- name: 'install & build'
@@ -58,7 +58,7 @@ jobs:
5858
- uses: actions/checkout@v2
5959
- uses: shivammathur/setup-php@v2
6060
with:
61-
php-version: '8.0'
61+
php-version: '8.2'
6262
- name: 'PhpUnit'
6363
run: |
6464
sudo composer install
@@ -70,7 +70,7 @@ jobs:
7070
- uses: actions/checkout@v2
7171
- uses: shivammathur/setup-php@v2
7272
with:
73-
php-version: '8.0'
73+
php-version: '8.2'
7474
- name: 'Run Phpcpd'
7575
run: |
7676
sudo composer install
@@ -83,7 +83,7 @@ jobs:
8383
- uses: actions/checkout@v2
8484
- uses: shivammathur/setup-php@v2
8585
with:
86-
php-version: '8.0'
86+
php-version: '8.2'
8787
- name: 'Run php-insight'
8888
run: |
8989
sudo composer install
@@ -95,7 +95,7 @@ jobs:
9595
- uses: actions/checkout@v2
9696
- uses: shivammathur/setup-php@v2
9797
with:
98-
php-version: '8.0'
98+
php-version: '8.2'
9999
- name: 'Run php-insight'
100100
run: |
101101
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//')
@@ -114,7 +114,7 @@ jobs:
114114
mysql password: ${{env.DB_PASSWORD}}
115115
- uses: shivammathur/setup-php@v2
116116
with:
117-
php-version: '8.0'
117+
php-version: '8.2'
118118
- name: 'Run migration'
119119
run: |
120120
sudo composer install

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Homestead.yaml
2424
.php_cs.cache
2525
npm-debug.log
2626
yarn-error.log
27+
.phpunit.cache
2728

2829
# code editors
2930
/.idea

0 commit comments

Comments
 (0)