We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26281c2 commit 422a01dCopy full SHA for 422a01d
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
strategy:
13
matrix:
14
- php: [ '8.1' ]
+ php: [ '8.2' ]
15
steps:
16
- name: Checkout
17
uses: actions/checkout@v2
composer.json
@@ -36,7 +36,7 @@
36
"rm -rf .github"
37
],
38
"test:acceptance": [
39
- "./Build/Scripts/runTests.sh -p 8.1 -s acceptance"
+ "./Build/Scripts/runTests.sh -p 8.2 -s acceptance"
40
41
"phpstan": [
42
".Build/bin/phpstan analyze -c Build/phpstan.neon"
@@ -58,6 +58,6 @@
58
"codeception/module-webdriver": "^4.0",
59
"phpstan/phpstan": "^1.10",
60
"sbuerk/typo3-cmscomposerinstallers-testingframework-bridge": "^0.1",
61
- "typo3/testing-framework": "^7@dev"
+ "typo3/testing-framework": "^8@dev"
62
}
63
0 commit comments