Skip to content

Commit 4c4f379

Browse files
Merge pull request #59 from julienloizelet/feature/php-8-1
Feature/php 8 1
2 parents 5a17d73 + 08fc269 commit 4c4f379

File tree

10 files changed

+58
-3400
lines changed

10 files changed

+58
-3400
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
php: ['7.2', '7.3', '7.4', '8.0']
18+
php: ['7.2', '7.3', '7.4', '8.0', '8.1']
1919

2020
services:
2121
redis:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Composer
22
vendor
3+
/composer.lock
34

45
# Systems
56
.DS_Store

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"require-dev": {
4040
"bramus/monolog-colored-line-formatter": "^3.0",
4141
"symfony/var-dumper": "^5.2",
42-
"phpunit/phpunit": "8.5.13",
42+
"phpunit/phpunit": "8.5.21",
4343
"clean/phpdoc-md": "^0.19.1"
4444
}
4545
}

0 commit comments

Comments
 (0)