Skip to content

Commit 0282f12

Browse files
authored
Merge pull request #44 from yadaiio/test_suite
Run tests on PHP 8.3 and update test suite
2 parents 8788a78 + 47e493e commit 0282f12

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
php:
14+
- 8.3
1415
- 8.2
1516
- 8.1
1617
- 8.0
@@ -23,7 +24,7 @@ jobs:
2324
- 5.5
2425
- 5.4
2526
steps:
26-
- uses: actions/checkout@v3
27+
- uses: actions/checkout@v4
2728
- uses: shivammathur/setup-php@v2
2829
with:
2930
php-version: ${{ matrix.php }}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"react/promise": "^3 || ^2.10 || ^1.2.1"
1919
},
2020
"require-dev": {
21-
"phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.35"
21+
"phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36"
2222
},
2323
"autoload": {
2424
"psr-4": {

0 commit comments

Comments
 (0)