Skip to content

Commit

Permalink
testing PHP 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
henriquemoody committed Dec 6, 2024
1 parent efd5f85 commit e6f4349
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.3"
- "7.4"
- "8.0"
- "8.1"
Expand Down Expand Up @@ -60,7 +61,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: "7.4"
php-version: "7.3"
ini-values: post_max_size=256M, max_execution_time=180
coverage: xdebug

Expand Down Expand Up @@ -91,7 +92,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: "7.4"
php-version: "7.3"
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.4",
"php": ">=7.3",
"ext-json": "*"
},
"require-dev": {
Expand Down

0 comments on commit e6f4349

Please sign in to comment.