Skip to content

Commit a2ad8ad

Browse files
authored
add php 8.2 support (#18)
1 parent 9f9f610 commit a2ad8ad

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
tests:
1111
strategy:
1212
matrix:
13-
php-versions: ['7.3', '7.4', '8.0', '8.1']
13+
php-versions: ['7.4', '8.0', '8.1', '8.2']
1414

1515
runs-on: ubuntu-latest
1616

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
}
1010
],
1111
"require": {
12-
"php": "^7.3|^8.0",
13-
"symfony/console" : "^2.1|^3.0|^4.0|^5.0",
14-
"phpunit/php-timer": "^4.0|^5.0"
12+
"php": ">=7.4",
13+
"symfony/console" : "4.0|^5.0",
14+
"phpunit/php-timer": "^5.0"
1515
},
1616
"autoload" : {
1717
"psr-4" : {
@@ -22,6 +22,6 @@
2222
"phpnsc"
2323
],
2424
"require-dev": {
25-
"phpunit/phpunit": "^9.0"
25+
"phpunit/phpunit": "^9.6.10"
2626
}
2727
}

0 commit comments

Comments
 (0)