Skip to content

Commit

Permalink
Merge pull request #120 from Codeception/phpunit11
Browse files Browse the repository at this point in the history
Support PHPUnit 11
  • Loading branch information
Naktibalda authored Feb 16, 2024
2 parents 5fe30e1 + 18874c9 commit 5cda403
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install PHP
uses: shivammathur/setup-php@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/webdriver-chrome-headless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/webdriver-chrome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/webdriver-firefox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

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

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"codeception/lib-web": "^1.0.1",
"codeception/stub": "^4.0",
"php-webdriver/webdriver": "^1.8.0",
"phpunit/phpunit": "^10.0"
"phpunit/phpunit": "^10.0 || ^11.0"
},
"suggest": {
"codeception/phpbuiltinserver": "Start and stop PHP built-in web server for your tests"
Expand Down

0 comments on commit 5cda403

Please sign in to comment.