Skip to content

Commit 422a01d

Browse files
author
Christoph Lehmann
committed
CI: Use PHP 8.2
1 parent 26281c2 commit 422a01d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
php: [ '8.1' ]
14+
php: [ '8.2' ]
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v2

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"rm -rf .github"
3737
],
3838
"test:acceptance": [
39-
"./Build/Scripts/runTests.sh -p 8.1 -s acceptance"
39+
"./Build/Scripts/runTests.sh -p 8.2 -s acceptance"
4040
],
4141
"phpstan": [
4242
".Build/bin/phpstan analyze -c Build/phpstan.neon"
@@ -58,6 +58,6 @@
5858
"codeception/module-webdriver": "^4.0",
5959
"phpstan/phpstan": "^1.10",
6060
"sbuerk/typo3-cmscomposerinstallers-testingframework-bridge": "^0.1",
61-
"typo3/testing-framework": "^7@dev"
61+
"typo3/testing-framework": "^8@dev"
6262
}
6363
}

0 commit comments

Comments
 (0)