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 5a4034f commit 061bc8fCopy full SHA for 061bc8f
1 file changed
.github/workflows/linting.yaml
@@ -20,7 +20,7 @@ jobs:
20
- name: Setup PHP
21
uses: shivammathur/setup-php@v2
22
with:
23
- php-version: '8.3'
+ php-version: ${{ matrix.php }}
24
tools: composer:v2
25
26
- name: Copy .env
0 commit comments