We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74fbade commit 479255eCopy full SHA for 479255e
.github/workflows/tests.yml
@@ -16,7 +16,7 @@ jobs:
16
17
strategy:
18
matrix:
19
- php-versions: ['8.1'] # The supported PHP versions
+ php-versions: ['8.0'] # The supported PHP versions
20
db-types: ['mysql'] # can be: ['mysql', 'mariadb'] but not necessary for this plugin that does not add any DB schema
21
mautic-versions: ['5.x'] # The supported Mautic versions
22
@@ -127,7 +127,7 @@ jobs:
127
verbose: true
128
129
- name: Upload logs as artifacts
130
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v3
131
with:
132
name: mautic-logs
133
path: var/logs/
0 commit comments