Skip to content

Commit

Permalink
Bugfix fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesbochmann committed Oct 30, 2023
1 parent e6b3eeb commit c959c69
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions .github/workflows/phpci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
strategy:
matrix:
php-version:
- "7.3"
- "7.4"
- "8.0"
- "8.1"
- "8.2"

steps:
-
Expand Down Expand Up @@ -70,10 +70,10 @@ jobs:
- "test:phpmd"
- "test:phpstan"
php-version:
- "7.3"
- "7.4"
- "8.0"
- "8.1"
- "8.2"

steps:
-
Expand Down Expand Up @@ -118,21 +118,14 @@ jobs:
fail-fast: false
matrix:
include:
-
typo3-version: "^10.4"
php-version: "7.3"
-
typo3-version: "^10.4"
- typo3-version: "^11.5"
php-version: "7.4"
-
typo3-version: "^11.5"
php-version: "7.4"
-
typo3-version: "^11.5"
- typo3-version: "^11.5"
php-version: "8.0"
-
typo3-version: "^11.5"
- typo3-version: "^12.4"
php-version: "8.1"
- typo3-version: "^12.4"
php-version: "8.2"

steps:
-
Expand Down

0 comments on commit c959c69

Please sign in to comment.