Skip to content

Commit

Permalink
Merge pull request #26 from symcon/feature/refactor-action
Browse files Browse the repository at this point in the history
  • Loading branch information
paresy authored Jul 31, 2024
2 parents 381b95f + 76ac1a4 commit 650a89d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,8 @@ jobs:
uses: actions/checkout@master
with:
submodules: true
- name: Install required PHP version
uses: shivammathur/setup-php@v2
with:
php-version: '7.3' #This version is currently used by Symcon | In later versions the tested wddx function is removed
- name: Run tests
uses: symcon/action-tests@master
with:
phpunit-version: '9.2.6'
php-version: '7.3' #This version is currently used by Symcon | In later versions the tested wddx function is removed

0 comments on commit 650a89d

Please sign in to comment.