Skip to content

Commit 777af71

Browse files
committed
use PHP8.3
1 parent 173c963 commit 777af71

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
container:
17-
image: cylab/php:8.4
17+
image: cylab/php:8.3
1818

1919
steps:
2020
- uses: actions/checkout@v4

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"require-dev": {
1111
"squizlabs/php_codesniffer": "^4.0",
1212
"slevomat/coding-standard": "^8.28",
13-
"phpunit/phpunit": "^13.0"
13+
"phpunit/phpunit": "^12.0"
1414
},
1515
"config": {
1616
"allow-plugins": {

0 commit comments

Comments
 (0)