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 6759f22 commit 4563694Copy full SHA for 4563694
.github/workflows/push.yml
@@ -88,7 +88,7 @@ jobs:
88
- ubuntu-latest
89
- windows-latest
90
- macOS-latest
91
- php-versions: ['7.2', '7.3', '7.4', '8.0']
+ php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1']
92
name: Unit tests for PHP version ${{ matrix.php-versions }} on ${{ matrix.operating-system }}
93
needs:
94
- setup
0 commit comments