Skip to content

Commit

Permalink
Merge pull request #72 from ConvertKit/tests-add-named-arguments
Browse files Browse the repository at this point in the history
Add Named Args to Tests; Bump to PHP 8.0+
  • Loading branch information
n7studios authored Mar 18, 2024
2 parents d86c487 + 11804ab commit 14f0db3
Show file tree
Hide file tree
Showing 3 changed files with 146 additions and 104 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# Defines PHP Versions matrix to run tests on
strategy:
matrix:
php-versions: [ '7.4', '8.0', '8.1', '8.2', '8.3' ]
php-versions: [ '8.0', '8.1', '8.2', '8.3' ]

# Steps to install, configure and run tests
steps:
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
}
],
"require": {
"php": ">=7.4",
"guzzlehttp/guzzle": "^6.5|^7.0",
"monolog/monolog": "^2.0|^3.0"
"php": ">=8.0",
"guzzlehttp/guzzle": "^7.0",
"monolog/monolog": "^2.5|^3.0"
},
"require-dev": {
"vlucas/phpdotenv": "^5.5",
Expand Down
Loading

0 comments on commit 14f0db3

Please sign in to comment.