Skip to content

Commit

Permalink
Merge pull request #21 from b13/bugfix/v13-ci
Browse files Browse the repository at this point in the history
[BUGFIX] v13 dev requirements and CI
  • Loading branch information
achimfritz authored Jun 3, 2024
2 parents 2e1699c + 6661739 commit 25d4858
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up PHP Version
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: 8.3
tools: composer:v2

- name: Start MySQL
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"require-dev": {
"saschaegerer/phpstan-typo3": "^1.8",
"typo3/coding-standards": "^0.7",
"typo3/coding-standards": "^0.5.5",
"typo3/tailor": "^1.1",
"typo3/testing-framework": "^7.0 || ^8.0"
}
Expand Down

0 comments on commit 25d4858

Please sign in to comment.