Skip to content

Commit 4c9f4ae

Browse files
committed
Let's get php 7.x working first
1 parent 4c12b7b commit 4c9f4ae

1 file changed

Lines changed: 1 addition & 15 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,9 @@ jobs:
1919
- "7.2"
2020
- "7.3"
2121
- "7.4"
22-
- "8.0"
22+
#- "8.0"
2323

2424
dependencies: [highest]
25-
include:
26-
- php-version: "7.2"
27-
dependencies: lowest
28-
- php-version: "8.0"
29-
dependencies: lowest
3025

3126
steps:
3227
- name: "Checkout"
@@ -37,15 +32,6 @@ jobs:
3732
with:
3833
coverage: "none"
3934
php-version: "${{ matrix.php-version }}"
40-
41-
# This does not affect runtime, only tests were fixed in psr/log 1.1.2 so it's
42-
# ok to require this only when running tests
43-
- name: "Bump required version of psr/log to fix the --prefer-lowest builds"
44-
run: 'composer require ${{ env.COMPOSER_FLAGS }} psr/log:^1.1.2 --no-update'
45-
46-
- name: "Handle lowest dependencies update"
47-
if: "contains(matrix.dependencies, 'lowest')"
48-
run: "echo \"COMPOSER_FLAGS=$COMPOSER_FLAGS --prefer-lowest\" >> $GITHUB_ENV"
4935

5036
- name: "Install dependencies"
5137
run: |

0 commit comments

Comments
 (0)