Skip to content

Commit

Permalink
[TASK] Refactor consent plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
r3h6 committed Jun 9, 2024
1 parent 105b3d1 commit 2ad3a30
Show file tree
Hide file tree
Showing 25 changed files with 2,550 additions and 687 deletions.
9 changes: 9 additions & 0 deletions .ddev/commands/web/frontend
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash

## Description: Build frontend resources
## Usage: frontend
## Example: "ddev frontend"

cd Build/
npm install
npm run build
11 changes: 5 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,11 @@ jobs:
strategy:
matrix:
env:
- { PHP: '7.4', TYPO3_VERSION: ^10.4 }
- { PHP: '7.3', TYPO3_VERSION: ^10.4 }
- { PHP: '7.2', TYPO3_VERSION: ^10.4 }
- { PHP: '8.1', TYPO3_VERSION: ^11.5 }
- { PHP: '8.0', TYPO3_VERSION: ^11.5 }
- { PHP: '7.4', TYPO3_VERSION: ^11.5 }
- { PHP: '8.1', TYPO3_VERSION: ^12.4 }
- { PHP: '8.2', TYPO3_VERSION: ^12.4 }
- { PHP: '8.3', TYPO3_VERSION: ^12.4 }
- { PHP: '8.2', TYPO3_VERSION: ^13.1 }
- { PHP: '8.3', TYPO3_VERSION: ^13.1 }

env: ${{ matrix.env }}

Expand Down
Loading

0 comments on commit 2ad3a30

Please sign in to comment.