Skip to content
Merged

wip #72

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/assets_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:

env:
PHP_VERSION: 8.4
NODE_VERSION: 22
NODE_VERSION: 24

steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v7

- name: Setup Node.js environment
uses: actions/setup-node@v4
uses: actions/setup-node@v6
with:
node-version: ${{ env.NODE_VERSION }}

Expand All @@ -33,7 +33,7 @@ jobs:
run: cp .env.ci .env

- name: Cache Composer dependencies
uses: actions/cache@v4
uses: actions/cache@v6
with:
path: ~/.composer/cache
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
Expand All @@ -43,7 +43,7 @@ jobs:
run: composer install --no-progress --prefer-dist --no-interaction --optimize-autoloader

- name: Cache node_modules
uses: actions/cache@v4
uses: actions/cache@v6
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
name: production | deploy

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
with:
fetch-depth: '0'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v2.2.0
uses: dependabot/fetch-metadata@v3
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/larastan_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:

env:
PHP_VERSION: 8.4
NODE_VERSION: 22
NODE_VERSION: 24

steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v7

- name: Setup PHP Environment
uses: shivammathur/setup-php@v2
Expand All @@ -25,7 +25,7 @@ jobs:
run: cp .env.ci .env

- name: Cache Composer Dependencies
uses: actions/cache@v4
uses: actions/cache@v6
with:
path: |
~/.composer/cache/files
Expand All @@ -45,7 +45,7 @@ jobs:

- name: Store Log Artifacts
if: failure()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: Store report artifacts
path: ./storage/logs
10 changes: 5 additions & 5 deletions .github/workflows/pest_coverage_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ jobs:

env:
PHP_VERSION: 8.4
NODE_VERSION: 22
NODE_VERSION: 24
PEST_MIN_COVERAGE: 1
PEST_MIN_TYPE_COVERAGE: 1

steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v7

- name: Setup PHP Environment
uses: shivammathur/setup-php@v2
Expand All @@ -28,7 +28,7 @@ jobs:
run: cp .env.ci .env

- name: Cache Composer Dependencies
uses: actions/cache@v4
uses: actions/cache@v6
with:
path: |
~/.composer/cache/files
Expand All @@ -55,7 +55,7 @@ jobs:
php artisan migrate:fresh

- name: Setup Node.js Environment
uses: actions/setup-node@v4
uses: actions/setup-node@v6
with:
node-version: ${{ env.NODE_VERSION }}
cache: 'npm'
Expand All @@ -77,7 +77,7 @@ jobs:

- name: Store Log Artifacts
if: failure()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: Store report artifacts
path: ./storage/logs
10 changes: 5 additions & 5 deletions .github/workflows/pest_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:

env:
PHP_VERSION: 8.4
NODE_VERSION: 22
NODE_VERSION: 24

steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v7

- name: Setup PHP Environment
uses: shivammathur/setup-php@v2
Expand All @@ -25,7 +25,7 @@ jobs:
run: cp .env.ci .env

- name: Cache Composer Dependencies
uses: actions/cache@v4
uses: actions/cache@v6
with:
path: |
~/.composer/cache/files
Expand All @@ -51,7 +51,7 @@ jobs:
php artisan migrate:fresh

- name: Setup Node.js Environment
uses: actions/setup-node@v4
uses: actions/setup-node@v6
with:
node-version: ${{ env.NODE_VERSION }}
cache: 'npm'
Expand All @@ -67,7 +67,7 @@ jobs:

- name: Store Log Artifacts
if: failure()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: Store report artifacts
path: ./storage/logs
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
with:
fetch-depth: '0'
- name: Bump version and push tag
Expand Down
1 change: 0 additions & 1 deletion lang/de_CH.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"Last updated at: :date": "Zuletzt aktualisiert am: :date",
"Legal": "Rechtliches",
"Locations": "Standorte",
"Next": "Weiter",
"Media": "Medien",
"Media intro": "Offizielle codebar-Logos für Presse und Partner.",
"Logos": "Logos",
Expand Down
1 change: 0 additions & 1 deletion lang/en_CH.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"Last updated at: :date": "Last updated at: :date",
"Legal": "Legal",
"Locations": "Locations",
"Next": "Next",
"Media": "Media",
"Media intro": "Download official codebar logos for press and partner use.",
"Logos": "Logos",
Expand Down
9 changes: 0 additions & 9 deletions resources/views/components/next.blade.php

This file was deleted.

1 change: 1 addition & 0 deletions tests/Feature/Controllers/MatrixWellKnownTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
->assertOk()
->assertExactJson([
'm.homeserver' => ['base_url' => 'https://connect.codebar.ch'],
'm.identity_server' => ['base_url' => 'https://vector.im'],
])
->assertHeader('Access-Control-Allow-Origin', '*');
});
Loading