Skip to content

Commit 479255e

Browse files
committed
reverted tests.yml
1 parent 74fbade commit 479255e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
php-versions: ['8.1'] # The supported PHP versions
19+
php-versions: ['8.0'] # The supported PHP versions
2020
db-types: ['mysql'] # can be: ['mysql', 'mariadb'] but not necessary for this plugin that does not add any DB schema
2121
mautic-versions: ['5.x'] # The supported Mautic versions
2222

@@ -127,7 +127,7 @@ jobs:
127127
verbose: true
128128

129129
- name: Upload logs as artifacts
130-
uses: actions/upload-artifact@v4
130+
uses: actions/upload-artifact@v3
131131
with:
132132
name: mautic-logs
133133
path: var/logs/

0 commit comments

Comments
 (0)