Skip to content

Commit 2b7f965

Browse files
committed
Enable php8 in build matrix
1 parent 9781068 commit 2b7f965

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,17 +64,13 @@ jobs:
6464
phpunit:
6565
name: Unit tests for PHP version ${{ matrix.php-versions }} on ${{ matrix.operating-system }}
6666
runs-on: ${{ matrix.operating-system }}
67-
continue-on-error: ${{ matrix.php-versions == '8.0' }}
6867
strategy:
6968
matrix:
7069
operating-system:
7170
- ubuntu-latest
7271
- windows-latest
7372
- macOS-latest
74-
php-versions: ['7.2', '7.3', '7.4']
75-
include:
76-
- operating-system: ubuntu-latest
77-
php-versions: '8.0'
73+
php-versions: ['7.2', '7.3', '7.4', '8.0']
7874
env:
7975
extensions: mbstring
8076
key: cache-v1 # can be any string, change to clear the extension cache.

0 commit comments

Comments
 (0)