Skip to content

Commit

Permalink
Merge pull request #16 from eliashaeussler/feature/php-8.3
Browse files Browse the repository at this point in the history
[FEATURE] Add support for PHP 8.3
  • Loading branch information
eliashaeussler authored Oct 31, 2023
2 parents 6136621 + 740ac7f commit 92d5c9b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ["8.1", "8.2"]
php-version: ["8.1", "8.2", "8.3"]
dependencies: ["locked", "highest", "lowest"]
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: 8.3
tools: composer:v2
coverage: pcov

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
],
"require": {
"php": "~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"composer-runtime-api": "^2.1",
"codeception/c3": "^2.8",
"codeception/codeception": "^4.1.11 || ^5.0",
Expand Down
6 changes: 3 additions & 3 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 92d5c9b

Please sign in to comment.