Skip to content

Commit 44b4a9b

Browse files
Dominik MeyerDominik Meyer
authored andcommitted
adding php8.3 to workflows/composer
1 parent a029d95 commit 44b4a9b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
strategy:
88
matrix:
9-
php-versions: ['7.4.*', '8.0.*', '8.1.*', '8.2.*']
9+
php-versions: ['7.4.*', '8.0.*', '8.1.*', '8.2.*', '8.3.*']
1010
steps:
1111
- uses: actions/checkout@v2
1212
- name: Setup PHP

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"squizlabs/php_codesniffer": "3.*"
2020
},
2121
"require": {
22-
"php": "7.4.* || 8.0.* || 8.1.* || 8.2.*",
22+
"php": "7.4.* || 8.0.* || 8.1.* || 8.2.* || 8.3.*",
2323
"ext-xmlreader": "*",
2424
"ext-simplexml": "*",
2525
"ext-xmlwriter": "*",

0 commit comments

Comments
 (0)