We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9781068 commit 2b7f965Copy full SHA for 2b7f965
.github/workflows/push.yml
@@ -64,17 +64,13 @@ jobs:
64
phpunit:
65
name: Unit tests for PHP version ${{ matrix.php-versions }} on ${{ matrix.operating-system }}
66
runs-on: ${{ matrix.operating-system }}
67
- continue-on-error: ${{ matrix.php-versions == '8.0' }}
68
strategy:
69
matrix:
70
operating-system:
71
- ubuntu-latest
72
- windows-latest
73
- macOS-latest
74
- php-versions: ['7.2', '7.3', '7.4']
75
- include:
76
- - operating-system: ubuntu-latest
77
- php-versions: '8.0'
+ php-versions: ['7.2', '7.3', '7.4', '8.0']
78
env:
79
extensions: mbstring
80
key: cache-v1 # can be any string, change to clear the extension cache.
0 commit comments