Skip to content

Commit 0800321

Browse files
authored
Merge pull request #22 from mamchyts/support-phpunit-12
Support phpunit 12
2 parents e87f753 + d07128e commit 0800321

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ jobs:
88

99
strategy:
1010
matrix:
11-
php: [7.4, 8.0, 8.1, 8.2, 8.3]
11+
php: [7.4, 8.0, 8.1, 8.2, 8.3, 8.4]
1212

1313
steps:
1414
- name: Checkout code
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616

1717
- name: Setup PHP
1818
uses: shivammathur/setup-php@v2

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
],
1616
"require": {
17-
"phpunit/phpunit": "^8.0|^9.0|^10.0|^11.0"
17+
"phpunit/phpunit": "^8.0|^9.0|^10.0|^11.0|^12.0"
1818
},
1919
"autoload": {
2020
"psr-4": {

0 commit comments

Comments
 (0)