Skip to content

Commit

Permalink
Add 7.2 support back for now
Browse files Browse the repository at this point in the history
  • Loading branch information
corsacca committed Jul 25, 2023
1 parent 08f0eb4 commit 88a3184
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: ["7.4", "8.0"]
php: [ '7.2', '7.4', '8.0']

name: PHP ${{ matrix.php }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion disciple-tools-webform.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class DT_Webform {
public $remote_path;
public $assets_path;
public $public_uri;
public string $includes_uri;
public $includes_uri;

/**
* Returns the instance.
Expand Down

0 comments on commit 88a3184

Please sign in to comment.