Skip to content

Commit

Permalink
adding php8.3 to workflows/composer
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Meyer authored and Dominik Meyer committed Mar 22, 2024
1 parent a029d95 commit 44b4a9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['7.4.*', '8.0.*', '8.1.*', '8.2.*']
php-versions: ['7.4.*', '8.0.*', '8.1.*', '8.2.*', '8.3.*']
steps:
- uses: actions/checkout@v2
- name: Setup PHP
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"squizlabs/php_codesniffer": "3.*"
},
"require": {
"php": "7.4.* || 8.0.* || 8.1.* || 8.2.*",
"php": "7.4.* || 8.0.* || 8.1.* || 8.2.* || 8.3.*",
"ext-xmlreader": "*",
"ext-simplexml": "*",
"ext-xmlwriter": "*",
Expand Down

0 comments on commit 44b4a9b

Please sign in to comment.