Skip to content

Commit bdbdb38

Browse files
Bumped supported PHP version to 7.3.
1 parent ae44b87 commit bdbdb38

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
php: [7.2.5, 7.3, 7.4, 8.0]
10+
php: [7.3, 7.4, 8.0]
1111
symfony_process: [3.4, 4.0, 5.0]
1212

1313
steps:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^7.2.5|^8.0",
13+
"php": "^7.3|^8.0",
1414
"symfony/process": "~3.4 || ~4.0 || ~5.0",
1515
"guzzlehttp/guzzle": "^6.3"
1616
},

0 commit comments

Comments
 (0)