We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71b1d11 commit 36b1289Copy full SHA for 36b1289
.github/workflows/tests.yaml
@@ -16,7 +16,7 @@ jobs:
16
17
strategy:
18
matrix:
19
- php-version: ['7.4', '8.0', '8.1', '8.2']
+ php-version: ['7.4', '8.0', '8.1', '8.2', '8.3']
20
include:
21
- { php-version: '7.4', dependencies: '--prefer-lowest', legend: 'with lowest dependencies' }
22
0 commit comments