Skip to content

Commit

Permalink
Added php8.1 in test suite (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
norberttech authored Jan 4, 2022
1 parent 07a6d96 commit 52b2970
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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 @@ -6,7 +6,7 @@
"prefer-stable": true,
"minimum-stability": "dev",
"require": {
"php": ">=7.4.2",
"php": "^7.4.2 || ^8.0 || ^8.1",
"aeon-php/calendar": ">=0.14.0",
"aeon-php/sleep": ">=0.6.0"
},
Expand Down

0 comments on commit 52b2970

Please sign in to comment.