Skip to content

Commit

Permalink
ci: added all php versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tiamo committed Jul 5, 2021
1 parent 78338f2 commit 9f483e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# These are supported funding model platforms

# github: tiamo
custom: ["https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9UFPH5MGUD7LS&source=url"]
# custom: ["https://..."]
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
php-versions: [ '7.1', '8.0' ]
php-versions: [ '7.1', '7.2', '7.3', '7.4', '8.0' ]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 9f483e2

Please sign in to comment.