Skip to content

Commit 5ed4109

Browse files
committed
Fix symfony/cache versions for different php versions
fix ci deprecation
1 parent 71a15e0 commit 5ed4109

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: "Checkout"
13-
uses: "actions/checkout@v2"
13+
uses: "actions/checkout@v3"
1414
with:
1515
fetch-depth: 2
1616

@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ubuntu-latest
4444
steps:
4545
- name: "Checkout"
46-
uses: "actions/checkout@v2"
46+
uses: "actions/checkout@v3"
4747
with:
4848
fetch-depth: 2
4949

@@ -79,7 +79,7 @@ jobs:
7979
runs-on: ubuntu-latest
8080
steps:
8181
- name: "Checkout"
82-
uses: "actions/checkout@v2"
82+
uses: "actions/checkout@v3"
8383
with:
8484
fetch-depth: 2
8585

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"orchestra/testbench": "^6.0|^7.0",
4444
"phpstan/phpstan-phpunit": "^1.1",
4545
"php-parallel-lint/php-parallel-lint": "^1.3",
46-
"symfony/cache": "^6.2"
46+
"symfony/cache": "^5.4|^6.2"
4747
},
4848
"scripts": {
4949
"lint": "parallel-lint --exclude .git --exclude vendor .",

0 commit comments

Comments
 (0)