Skip to content

Commit

Permalink
Require psr/simple-cache:^1.0 only
Browse files Browse the repository at this point in the history
See - #258
  • Loading branch information
asgrim committed Mar 2, 2022
1 parent 6b27d63 commit d5de513
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,9 @@ jobs:
fail-fast: true
- name: "Install Laravel quickstart project"
run: "composer create-project laravel/laravel:${{ matrix.laravel-version}} test-app --prefer-dist"
# We do not support psr/simple-cache 3.0.0 yet (https://github.com/scoutapp/scout-apm-php/issues/258)
- name: "Require psr/simple-cache:^1.0"
run: cd test-app && composer require psr/simple-cache:^1.0
- name: "Add scout-apm-php as a repository"
run: cd test-app && composer config repositories.scout path ../scout-apm-php
- name: "Require scout-apm-php current checkout (PHP 7.2+)"
Expand Down Expand Up @@ -512,6 +515,9 @@ jobs:
fail-fast: true
- name: "Install Lumen quickstart project"
run: "composer create-project laravel/lumen:${{ matrix.lumen-version}} test-app --prefer-dist"
# We do not support psr/simple-cache 3.0.0 yet (https://github.com/scoutapp/scout-apm-php/issues/258)
- name: "Require psr/simple-cache:^1.0"
run: cd test-app && composer require psr/simple-cache:^1.0
- name: "Add scout-apm-php as a repository"
run: cd test-app && composer config repositories.scout path ../scout-apm-php
- name: "Require scout-apm-php current checkout (PHP 7.2+)"
Expand Down

0 comments on commit d5de513

Please sign in to comment.