Skip to content

Commit

Permalink
Launch test suite at php 8.1 (#103)
Browse files Browse the repository at this point in the history
* Launch test suite at php 8.1

* Updated dependencies
  • Loading branch information
norberttech authored Dec 6, 2021
1 parent b8ef78f commit 2e5d8f4
Show file tree
Hide file tree
Showing 5 changed files with 99 additions and 102 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
php-version:
- "7.4"
- "8.0"
- "8.1"
operating-system:
- "ubuntu-latest"

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": ">=7.4.2",
"php": "^7.4.2 || ^8.0 || ^8.1",
"aeon-php/calendar": ">=0.14.0"
},
"require-dev": {
Expand Down
38 changes: 16 additions & 22 deletions composer.lock

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

4 changes: 2 additions & 2 deletions tools/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"require-dev": {
"phpunit/phpunit": "^9.5",
"vimeo/psalm": "^4.6",
"phpstan/phpstan": "^1.0.0",
"infection/infection": "^0.25.0",
"phpstan/phpstan": "^1.1.2",
"infection/infection": "^0.25.3",
"friendsofphp/php-cs-fixer": "^3.1"
}
}
Loading

0 comments on commit 2e5d8f4

Please # to comment.