Skip to content

Commit

Permalink
Merge pull request #71 from ConvertKit/test-php-8.3
Browse files Browse the repository at this point in the history
Run tests against PHP 8.3
  • Loading branch information
n7studios authored Dec 7, 2023
2 parents 17b4342 + 5621da9 commit d86c487
Showing 1 changed file with 1 addition and 1 deletion.
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' ]
php-versions: [ '7.4', '8.0', '8.1', '8.2', '8.3' ]

# Steps to install, configure and run tests
steps:
Expand Down

0 comments on commit d86c487

Please sign in to comment.