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 0edc31a commit b47f238Copy full SHA for b47f238
1 file changed
.github/workflows/push.yml
@@ -49,7 +49,7 @@ jobs:
49
matrix:
50
operating-system:
51
- ubuntu-latest
52
- php-versions: ['7.2', '7.3', '7.4', '8.0']
+ php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1']
53
name: Unit tests for PHP version ${{ matrix.php-versions }} on ${{ matrix.operating-system }}
54
needs:
55
- phpunit-with-coverage
0 commit comments