Skip to content

Commit

Permalink
Merge branch 'main' into patch-6
Browse files Browse the repository at this point in the history
  • Loading branch information
linawolf authored Jul 29, 2024
2 parents 1d058c4 + 4fd1206 commit 8034022
Show file tree
Hide file tree
Showing 17 changed files with 527 additions and 784 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@
/.scrutinizer export-ignore
/.styleci.yml export-ignore
/.travis.yml export-ignore
/composer.json.orig export-ignore
/composer.json.testing export-ignore
2 changes: 1 addition & 1 deletion .github/workflows/core11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v3

- name: Validate composer.json and composer.lock
run: Build/Scripts/runTests.sh -t 11 -p ${{ matrix.php }} -s composer -e 'validate'
run: Build/Scripts/runTests.sh -t 11 -p ${{ matrix.php }} -s composer -- validate --no-check-lock

- name: Install testing system
run: Build/Scripts/runTests.sh -t 11 -p ${{ matrix.php }} -s ${{ matrix.composerInstall }}
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,4 @@ jobs:

- name: Test if the documentation will render without warnings
run: |
mkdir -p Documentation-GENERATED-temp \
&& docker run --rm --pull always -v $(pwd):/project \
ghcr.io/typo3-documentation/render-guides:latest --config=Documentation --no-progress --fail-on-log
Build/Scripts/runTests.sh -s docsGenerate -- --no-progress
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
/Build/testing-docker/.env
.cache
/composer.lock
/composer.json.orig
/composer.json.testing
/.php_cs.cache
/.php-cs-fixer.cache
Expand Down
Loading

0 comments on commit 8034022

Please sign in to comment.