Skip to content

Commit c786e13

Browse files
authored
Upgrade to require duo_universal_php 1.1.0 (#76)
* Upgrade to require duo_universal_php 1.1.0 * Update artifact actions to v4 * Adding correct lockfile
1 parent a8abc6c commit c786e13

File tree

3 files changed

+19
-15
lines changed

3 files changed

+19
-15
lines changed

.github/workflows/wp_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: ./vendor/bin/phpunit --process-isolation tests
4141

4242
- name: Upload artifact
43-
uses: actions/upload-artifact@v3
43+
uses: actions/upload-artifact@v4
4444
with:
4545
name: duo-universal
4646
path: ./duo-universal.zip

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"require": {
1414
"composer/installers": "~1.0",
15-
"duosecurity/duo_universal_php": ">=1.0.1"
15+
"duosecurity/duo_universal_php": ">=1.1.0"
1616
},
1717
"require-dev": {
1818
"phpunit/phpunit": "^9.0",

composer.lock

Lines changed: 17 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)