Skip to content

Commit 5cda403

Browse files
authored
Merge pull request #120 from Codeception/phpunit11
Support PHPUnit 11
2 parents 5fe30e1 + 18874c9 commit 5cda403

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616

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

.github/workflows/webdriver-chrome-headless.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616

1717
- run: docker run -d --net=host --shm-size=2g selenium/standalone-chrome:3.141.59-oxygen
1818

.github/workflows/webdriver-chrome.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616

1717
- run: docker run -d --net=host --shm-size=2g selenium/standalone-chrome:3.141.59-oxygen
1818

.github/workflows/webdriver-firefox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616

1717
- run: docker run -d --net=host --shm-size=2g selenium/standalone-firefox:3.141.59-oxygen
1818

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"codeception/lib-web": "^1.0.1",
2727
"codeception/stub": "^4.0",
2828
"php-webdriver/webdriver": "^1.8.0",
29-
"phpunit/phpunit": "^10.0"
29+
"phpunit/phpunit": "^10.0 || ^11.0"
3030
},
3131
"suggest": {
3232
"codeception/phpbuiltinserver": "Start and stop PHP built-in web server for your tests"

0 commit comments

Comments
 (0)