Skip to content

Commit 2e0f0f3

Browse files
committed
Allow tightenco ^8.0 (and add test for PHP 8.1)
Signed-off-by: Lukas Kämmerling <[email protected]>
1 parent 8d7231d commit 2e0f0f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
operating-system: [ubuntu-latest]
11-
php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0']
11+
php-versions: [ '7.1', '7.2', '7.3', '7.4', '8.0', '8.1' ]
1212
steps:
1313
- uses: actions/checkout@v2
1414
- name: Setup PHP

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"php": "^7.1|^8.0",
1313
"ext-json": "*",
1414
"guzzlehttp/guzzle": "^6.3|^7.0",
15-
"tightenco/collect": "^5.5|^v6.18|^7.0"
15+
"tightenco/collect": "^5.5|^v6.18|^7.0|^8.0"
1616
},
1717
"require-dev": {
1818
"phpunit/phpunit": "^7.0|^8.5.5|^9.0",

0 commit comments

Comments
 (0)