Skip to content

Commit 9ebbb53

Browse files
authored
Merge pull request #301 from phpDocumentor/php81_support
Run test on php 8.1
2 parents be3b495 + bafd0ed commit 9ebbb53

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- ubuntu-latest
6161
- windows-latest
6262
- macOS-latest
63-
php-versions: ['7.2', '7.3', '7.4', '8.0']
63+
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1']
6464
env:
6565
extensions: mbstring
6666
key: cache-v1 # can be any string, change to clear the extension cache.

composer.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)