Skip to content

Commit ff2844c

Browse files
authored
feat: add support for PHP 8.3
1 parent 5193f5b commit ff2844c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
version: [ "v6.5.0", "v6.5.1", "v6.5.2", "v6.5.3", "v6.5.4", "v6.5.5", "v6.5.6", "v6.5.7", "trunk" ]
17+
version: [ "v6.5.0", "v6.5.1", "v6.5.2", "v6.5.3", "v6.5.4", "v6.5.5", "v6.5.6", "v6.5.7", "v6.5.8", "6.5.x" ]
1818
container: ghcr.io/friendsofshopware/platform-plugin-dev:${{ matrix.version }}
1919
runs-on: ubuntu-latest
2020
steps:

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tinect/redirects",
33
"description": "Redirect plugin for Shopware 6",
4-
"version": "1.1.1",
4+
"version": "1.1.2",
55
"type": "shopware-platform-plugin",
66
"license": "MIT",
77
"authors": [
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": "~8.1.0 || ~8.2.0",
13+
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
1414
"shopware/core": "~6.5"
1515
},
1616
"extra": {

0 commit comments

Comments
 (0)