Skip to content

Commit 6b26322

Browse files
authored
Merge branch 'master' into chore2
2 parents a9a4d3d + 3fafa2e commit 6b26322

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
matrix:
1414
include:
1515
- php: "7.4"
16-
COMPOSER_FLAGS: "--ignore-platform-reqs --prefer-stable --prefer-lowest"
16+
COMPOSER_FLAGS: "--prefer-stable --prefer-lowest"
1717
- php: "8.0"
1818
- php: "8.1"
1919
- php: "8.2"
@@ -37,7 +37,7 @@ jobs:
3737
name: Static Code Analysis
3838
runs-on: 'ubuntu-24.04'
3939
env:
40-
php-version: '7.1'
40+
php-version: '7.4'
4141
steps:
4242
- name: Checkout source
4343
uses: actions/checkout@v4

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.1.3 || ^8.0",
13+
"php": "^7.4 || ^8.0",
1414
"symfony/process": "^4.4 || ^5 || ^6 || ^7"
1515
},
1616
"require-dev": {

0 commit comments

Comments
 (0)