Skip to content

Commit

Permalink
[TASK] Update ci versions
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed Oct 7, 2024
1 parent 12f22ab commit 49e67d3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,14 @@ jobs:
runs-on: ubuntu-latest
strategy:
fail-fast: false
max-parallel: 4
max-parallel: 5
matrix:
typo3: ['^12']
php: ['8.1', '8.2']
typo3: ['^12', 'v13']
php: ['8.2', '8.3']
mysql: ['8.0']
include:
- typo3: 'v12'
php: '8.1'

steps:
- id: checkout
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"typo3/cms-seo": "^12.4 || 13.*.*@dev"
},
"require-dev": {
"b13/container": "^2.2",
"b13/container": "^2.3",
"bk2k/demo-package": "@dev",
"bk2k/extension-helper": "^2.0",
"friendsofphp/php-cs-fixer": "^3.20",
Expand Down Expand Up @@ -99,6 +99,7 @@
"url": "Tests/Packages/*"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"scripts": {
"post-autoload-dump": [
Expand Down

0 comments on commit 49e67d3

Please sign in to comment.