Skip to content

Commit

Permalink
CI: Use PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Lehmann committed Nov 23, 2024
1 parent 26281c2 commit 422a01d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: [ '8.1' ]
php: [ '8.2' ]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"rm -rf .github"
],
"test:acceptance": [
"./Build/Scripts/runTests.sh -p 8.1 -s acceptance"
"./Build/Scripts/runTests.sh -p 8.2 -s acceptance"
],
"phpstan": [
".Build/bin/phpstan analyze -c Build/phpstan.neon"
Expand All @@ -58,6 +58,6 @@
"codeception/module-webdriver": "^4.0",
"phpstan/phpstan": "^1.10",
"sbuerk/typo3-cmscomposerinstallers-testingframework-bridge": "^0.1",
"typo3/testing-framework": "^7@dev"
"typo3/testing-framework": "^8@dev"
}
}

0 comments on commit 422a01d

Please sign in to comment.