Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,18 @@ rulesets:
integration_id: 15368
- context: 'Tests with Composer (PHP 8.4, PHPUnit 12 & lowest dependencies)'
integration_id: 15368
- context: 'Tests with Composer (PHP 8.5, PHPUnit 10 & highest dependencies)'
integration_id: 15368
- context: 'Tests with Composer (PHP 8.5, PHPUnit 10 & lowest dependencies)'
integration_id: 15368
- context: 'Tests with Composer (PHP 8.5, PHPUnit 11 & highest dependencies)'
integration_id: 15368
- context: 'Tests with Composer (PHP 8.5, PHPUnit 11 & lowest dependencies)'
integration_id: 15368
- context: 'Tests with Composer (PHP 8.5, PHPUnit 12 & highest dependencies)'
integration_id: 15368
- context: 'Tests with Composer (PHP 8.5, PHPUnit 12 & lowest dependencies)'
integration_id: 15368
- context: 'Tests with PHAR (PHP 8.1 & PHPUnit 10)'
integration_id: 15368
- context: 'Tests with PHAR (PHP 8.2 & PHPUnit 10)'
Expand All @@ -144,6 +156,12 @@ rulesets:
integration_id: 15368
- context: 'Tests with PHAR (PHP 8.4 & PHPUnit 12)'
integration_id: 15368
- context: 'Tests with PHAR (PHP 8.5 & PHPUnit 10)'
integration_id: 15368
- context: 'Tests with PHAR (PHP 8.5 & PHPUnit 11)'
integration_id: 15368
- context: 'Tests with PHAR (PHP 8.5 & PHPUnit 12)'
integration_id: 15368
- context: 'Test coverage'
integration_id: 15368
bypass_actors:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ["8.1", "8.2", "8.3", "8.4"]
php-version: ["8.1", "8.2", "8.3", "8.4", "8.5"]
phpunit-version: ["10", "11", "12"]
dependencies: ["highest", "lowest"]
exclude:
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ["8.1", "8.2", "8.3", "8.4"]
php-version: ["8.1", "8.2", "8.3", "8.4", "8.5"]
phpunit-version: ["10", "11", "12"]
exclude:
- php-version: "8.1"
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 || ~8.3.0 || ~8.4.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
"phpunit/phpunit": "^10.5.46 || ^11.5.11 || ^12.0.6"
},
"require-dev": {
Expand Down
8 changes: 4 additions & 4 deletions composer.lock

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