Skip to content

Commit

Permalink
Remove CI forcing psr/simple-cache 1
Browse files Browse the repository at this point in the history
  • Loading branch information
asgrim committed Jun 22, 2022
1 parent a723ca5 commit 8723d41
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -395,9 +395,6 @@ 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 @@ -585,9 +582,6 @@ 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 8723d41

Please sign in to comment.