Skip to content

Commit

Permalink
reverted tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aarohiprasad committed Feb 18, 2025
1 parent 74fbade commit 479255e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

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

Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
verbose: true

- name: Upload logs as artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: mautic-logs
path: var/logs/

0 comments on commit 479255e

Please sign in to comment.