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 51d72cb commit acedfa1Copy full SHA for acedfa1
.github/workflows/docker-push.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
matrix:
15
php: ['8.2']
16
- unit: ['1.30.0', '1.29.1']
+ unit: ['1.31.0', '1.30.0', '1.29.1']
17
name: PHP ${{ matrix.php }} - Unit ${{ matrix.unit }}
18
steps:
19
-
0 commit comments