Skip to content

Commit

Permalink
Merge pull request undkonsorten#9 from eliashaeussler/task/typo3-12.2
Browse files Browse the repository at this point in the history
[TASK] Run tests for TYPO3 12.2
  • Loading branch information
kanow committed Mar 20, 2023
2 parents cc2ff1f + 3c27916 commit 34d566f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 23 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
fail-fast: false
matrix:
php-version: ["8.0", "8.1", "8.2"]
typo3-version: ["11.5", "12.1"]
typo3-version: ["11.5", "12.2"]
dependencies: ["highest", "lowest"]
exclude:
- php-version: "8.0"
typo3-version: "12.1"
typo3-version: "12.2"
services:
mysql:
image: mysql:5.7
Expand Down
2 changes: 0 additions & 2 deletions build/cgl/phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,3 @@ parameters:
paths:
- ../../src
- ../../tests
stubFiles:
- ../../tests/Stubs/AbstractAuthenticationService.stub
19 changes: 0 additions & 19 deletions tests/Stubs/AbstractAuthenticationService.stub

This file was deleted.

0 comments on commit 34d566f

Please sign in to comment.