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 e882738 commit 5e832d4Copy full SHA for 5e832d4
.github/workflows/php.yml
@@ -39,4 +39,4 @@ jobs:
39
run: composer install --prefer-dist --no-progress --no-suggest
40
41
- name: Run test suite
42
- run: composer run-script test
+ run: composer run-script tests
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## [1.10.0] - 2ß21-06-22
4
+### Added
5
+- Structs to support upcoming workflow methods
6
+
7
## [1.9.0] - 2ß21-06-07
8
### Added
9
- ContainerType to MailingTemplateConfiguration
0 commit comments