Skip to content

Commit

Permalink
testing with PHP 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
henriquemoody committed Dec 6, 2024
1 parent e6f4349 commit 5342886
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
strategy:
matrix:
php-version:
- "7.2"
- "7.3"
- "7.4"
- "8.0"
Expand Down Expand Up @@ -61,7 +62,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: "7.3"
php-version: "7.2"
ini-values: post_max_size=256M, max_execution_time=180
coverage: xdebug

Expand Down Expand Up @@ -92,7 +93,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: "7.3"
php-version: "7.2"
ini-values: post_max_size=256M, max_execution_time=180

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
],
"require": {
"php": ">=7.3",
"php": ">=7.2",
"ext-json": "*"
},
"require-dev": {
Expand Down

0 comments on commit 5342886

Please sign in to comment.