Skip to content

Commit ec317e3

Browse files
authored
Merge pull request #22 from AngryBytes/feat/php82
Add PHP 8.2 support
2 parents 942ff89 + 7725384 commit ec317e3

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

.github/workflows/php-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
fail-fast: false
88
matrix:
9-
php-versions: ['7.4', '8.0', '8.1']
9+
php-versions: ['7.4', '8.0', '8.1', '8.2']
1010
name: PHP ${{ matrix.php-versions }} tests
1111
steps:
1212
- name: Checkout

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 4.0.1
4+
5+
## PHP Support
6+
7+
Support was added for PHP 8.2
8+
39
## 4.0.0
410

511
## PHP Support

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@
3535
]
3636
},
3737
"require": {
38-
"php": "7.4.* || 8.0.* || 8.1.*"
38+
"php": "7.4.* || 8.0.* || 8.1.* || 8.2.*"
3939
},
4040
"require-dev": {
41-
"phpstan/phpstan": "1.2.0",
42-
"phpunit/phpunit": "9.5.10",
43-
"squizlabs/php_codesniffer": "3.6.2"
41+
"phpstan/phpstan": "1.9.12",
42+
"phpunit/phpunit": "9.5.28",
43+
"squizlabs/php_codesniffer": "3.7.1"
4444
}
4545
}

0 commit comments

Comments
 (0)