Skip to content

Commit e521224

Browse files
committed
Remove allow failure php 8.0, update badge.
1 parent f01a3ff commit e521224

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ jobs:
7171
7272
- name: Run tests PHP 8.0
7373
if: matrix.php == '8.0'
74-
continue-on-error: true
7574
run: |
7675
php -S 127.0.0.1:8000 -t tests/data/app -d pcov.directory=$(pwd)/tests/data/app >/dev/null 2>&1 &
7776
php codecept build

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ Codeception is a modern full-stack testing framework for PHP.
1010
Inspired by BDD, it provides an absolutely new way of writing acceptance, functional and even unit tests.
1111
Powered by PHPUnit.
1212

13-
| General | Windows | Webdriver |
14-
| ------- | -------- | -------- |
15-
| [![Build Status](https://secure.travis-ci.org/Codeception/Codeception.png?branch=4.0)](http://travis-ci.org/Codeception/Codeception) | [![Build status](https://ci.appveyor.com/api/projects/status/ntjj9i4y67d1rb7y?svg=true)](https://ci.appveyor.com/project/DavertMik/codeception/branch/4.0) | [![Build Status](https://semaphoreci.com/api/v1/codeception/codeception/branches/3-0/shields_badge.svg)](https://semaphoreci.com/codeception/codeception) |
13+
| Build | Webdriver |
14+
| ----- | -------- |
15+
| [![Build status](https://github.com/Codeception/Codeception/workflows/build/badge.svg)](https://github.com/Codeception/Codeception/actions?query=workflow%3Abuild) | [![Build Status](https://semaphoreci.com/api/v1/codeception/codeception/branches/3-0/shields_badge.svg)](https://semaphoreci.com/codeception/codeception) |
1616

1717
#### Contributions
1818

0 commit comments

Comments
 (0)