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 7c1de1f commit efef74cCopy full SHA for efef74c
.github/workflows/code-quality.yaml
@@ -78,7 +78,7 @@ jobs:
78
- name: Setup PHP
79
uses: shivammathur/setup-php@v2
80
with:
81
- php-version: '8.1'
+ php-version: ${{ matrix.php-version }}
82
tools: flex
83
84
- name: Install root dependencies
0 commit comments