File tree Expand file tree Collapse file tree
resources/views/components
tests/Feature/Controllers Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ jobs:
1212
1313 env :
1414 PHP_VERSION : 8.4
15- NODE_VERSION : 22
15+ NODE_VERSION : 24
1616
1717 steps :
1818 - name : Checkout code
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v7
2020
2121 - name : Setup Node.js environment
22- uses : actions/setup-node@v4
22+ uses : actions/setup-node@v6
2323 with :
2424 node-version : ${{ env.NODE_VERSION }}
2525
3333 run : cp .env.ci .env
3434
3535 - name : Cache Composer dependencies
36- uses : actions/cache@v4
36+ uses : actions/cache@v6
3737 with :
3838 path : ~/.composer/cache
3939 key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
4343 run : composer install --no-progress --prefer-dist --no-interaction --optimize-autoloader
4444
4545 - name : Cache node_modules
46- uses : actions/cache@v4
46+ uses : actions/cache@v6
4747 with :
4848 path : ~/.npm
4949 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
7676 name : production | deploy
7777
7878 steps :
79- - uses : actions/checkout@v4
79+ - uses : actions/checkout@v7
8080 with :
8181 fetch-depth : ' 0'
8282
Original file line number Diff line number Diff line change 1313
1414 - name : Dependabot metadata
1515 id : metadata
16- uses : dependabot/fetch-metadata@v2.2.0
16+ uses : dependabot/fetch-metadata@v3
1717 with :
1818 github-token : " ${{ secrets.GITHUB_TOKEN }}"
1919
Original file line number Diff line number Diff line change 99
1010 env :
1111 PHP_VERSION : 8.4
12- NODE_VERSION : 22
12+ NODE_VERSION : 24
1313
1414 steps :
1515 - name : Checkout code
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v7
1717
1818 - name : Setup PHP Environment
1919 uses : shivammathur/setup-php@v2
2525 run : cp .env.ci .env
2626
2727 - name : Cache Composer Dependencies
28- uses : actions/cache@v4
28+ uses : actions/cache@v6
2929 with :
3030 path : |
3131 ~/.composer/cache/files
4545
4646 - name : Store Log Artifacts
4747 if : failure()
48- uses : actions/upload-artifact@v4
48+ uses : actions/upload-artifact@v7
4949 with :
5050 name : Store report artifacts
5151 path : ./storage/logs
Original file line number Diff line number Diff line change 99
1010 env :
1111 PHP_VERSION : 8.4
12- NODE_VERSION : 22
12+ NODE_VERSION : 24
1313 PEST_MIN_COVERAGE : 1
1414 PEST_MIN_TYPE_COVERAGE : 1
1515
1616 steps :
1717 - name : Checkout code
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v7
1919
2020 - name : Setup PHP Environment
2121 uses : shivammathur/setup-php@v2
2828 run : cp .env.ci .env
2929
3030 - name : Cache Composer Dependencies
31- uses : actions/cache@v4
31+ uses : actions/cache@v6
3232 with :
3333 path : |
3434 ~/.composer/cache/files
5555 php artisan migrate:fresh
5656
5757 - name : Setup Node.js Environment
58- uses : actions/setup-node@v4
58+ uses : actions/setup-node@v6
5959 with :
6060 node-version : ${{ env.NODE_VERSION }}
6161 cache : ' npm'
7777
7878 - name : Store Log Artifacts
7979 if : failure()
80- uses : actions/upload-artifact@v4
80+ uses : actions/upload-artifact@v7
8181 with :
8282 name : Store report artifacts
8383 path : ./storage/logs
Original file line number Diff line number Diff line change 99
1010 env :
1111 PHP_VERSION : 8.4
12- NODE_VERSION : 22
12+ NODE_VERSION : 24
1313
1414 steps :
1515 - name : Checkout code
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v7
1717
1818 - name : Setup PHP Environment
1919 uses : shivammathur/setup-php@v2
2525 run : cp .env.ci .env
2626
2727 - name : Cache Composer Dependencies
28- uses : actions/cache@v4
28+ uses : actions/cache@v6
2929 with :
3030 path : |
3131 ~/.composer/cache/files
5151 php artisan migrate:fresh
5252
5353 - name : Setup Node.js Environment
54- uses : actions/setup-node@v4
54+ uses : actions/setup-node@v6
5555 with :
5656 node-version : ${{ env.NODE_VERSION }}
5757 cache : ' npm'
6767
6868 - name : Store Log Artifacts
6969 if : failure()
70- uses : actions/upload-artifact@v4
70+ uses : actions/upload-artifact@v7
7171 with :
7272 name : Store report artifacts
7373 path : ./storage/logs
Original file line number Diff line number Diff line change 1111 name : Release
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v7
1515 with :
1616 fetch-depth : ' 0'
1717 - name : Bump version and push tag
Original file line number Diff line number Diff line change 2828 "Last updated at: :date" : " Zuletzt aktualisiert am: :date" ,
2929 "Legal" : " Rechtliches" ,
3030 "Locations" : " Standorte" ,
31- "Next" : " Weiter" ,
3231 "Media" : " Medien" ,
3332 "Media intro" : " Offizielle codebar-Logos für Presse und Partner." ,
3433 "Logos" : " Logos" ,
Original file line number Diff line number Diff line change 2626 "Last updated at: :date" : " Last updated at: :date" ,
2727 "Legal" : " Legal" ,
2828 "Locations" : " Locations" ,
29- "Next" : " Next" ,
3029 "Media" : " Media" ,
3130 "Media intro" : " Download official codebar logos for press and partner use." ,
3231 "Logos" : " Logos" ,
Load diff This file was deleted.
Original file line number Diff line number Diff line change 1515 ->assertOk ()
1616 ->assertExactJson ([
1717 'm.homeserver ' => ['base_url ' => 'https://connect.codebar.ch ' ],
18+ 'm.identity_server ' => ['base_url ' => 'https://vector.im ' ],
1819 ])
1920 ->assertHeader ('Access-Control-Allow-Origin ' , '* ' );
2021});
You can’t perform that action at this time.
0 commit comments