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 8, 2024
1 parent 8578e5b commit fc63809
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,23 @@ jobs:
runs-on: ubuntu-latest
strategy:
fail-fast: false
max-parallel: 4
max-parallel: 5
matrix:
typo3: ['^12']
php: ['8.1', '8.2']
mysql: ['8.0']
typo3: ['^12', '^13', '13.4.x-dev']
php: ['8.2', '8.3']
include:
- typo3: '^12'
php: '8.1'

steps:
- id: checkout
name: Checkout Code
uses: actions/checkout@v3
- id: setup_mysql
name: Set up MySQL ${{ matrix.mysql }}
name: Set up MySQL 8.0
uses: mirromutth/mysql-action@v1.1
with:
mysql version: ${{ matrix.mysql }}
mysql version: 8.0
mysql root password: 'root'
- id: setup_php
name: Set up PHP ${{ matrix.php }}
Expand Down
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
"typo3/cms-seo": "^12.4 || 13.*.*@dev"
},
"require-dev": {
"b13/container": "^2.2",
"b13/container": "^2.3 || dev-task/dev-main",
"bk2k/demo-package": "@dev",
"bk2k/extension-helper": "^2.0",
"friendsofphp/php-cs-fixer": "^3.20",
"bk2k/extension-helper": "^2.1",
"friendsofphp/php-cs-fixer": "^3.64",
"friendsoftypo3/phpstan-typo3": "^0.9",
"overtrue/phplint": "^9.0",
"phpstan/phpstan": "^1.10",
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 fc63809

Please sign in to comment.