Skip to content

Commit

Permalink
support for PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Aug 24, 2021
1 parent 9c5c8d6 commit 6115fb4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
php: ['7.2', '7.3', '7.4', '8.0']
php: ['7.2', '7.3', '7.4', '8.0', '8.1']
sapi: ['php', 'php-cgi']

fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
],
"require": {
"php": ">=7.2 <8.1",
"php": ">=7.2 <8.2",
"ext-session": "*",
"ext-json": "*"
},
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Alternatively, you can download the whole package or [tracy.phar](https://github

| Tracy | compatible with PHP | compatible with browsers
|-----------|---------------|----------
| Tracy 2.8 | PHP 7.2 – 8.0 | Chrome 55+, Firefox 53+, Safari 11+ and iOS Safari 11+
| Tracy 2.8 | PHP 7.2 – 8.1 | Chrome 55+, Firefox 53+, Safari 11+ and iOS Safari 11+
| Tracy 2.7 | PHP 7.1 – 8.0 | Chrome 55+, Firefox 53+, MS Edge 16+, Safari 11+ and iOS Safari 11+
| Tracy 2.6 | PHP 7.1 – 8.0 | Chrome 49+, Firefox 45+, MS Edge 14+, Safari 10+ and iOS Safari 10.2+
| Tracy 2.5 | PHP 5.4 – 7.4 | Chrome 49+, Firefox 45+, MS Edge 12+, Safari 10+ and iOS Safari 10.2+
Expand Down
2 changes: 1 addition & 1 deletion tests/Tracy/Dumper.toText().specials.dom.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,6 @@ XX


Assert::match(<<<'XX'
DOMXPath #%d%
DOMXPath #%d%%A%
XX
, Dumper::toText($xpath, [Dumper::DEPTH => 1]));

0 comments on commit 6115fb4

Please sign in to comment.