Skip to content

Commit c26f5cc

Browse files
authored
Merge pull request #35 from mihdan/recrawler-33
ci(recrawler-33): Обновить CI до актуальных версий
2 parents 2ac054f + ed408ff commit c26f5cc

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,13 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v2
12+
uses: actions/checkout@v4
13+
- name: Setup PHP
14+
uses: shivammathur/setup-php@v2
15+
with:
16+
php-version: '8.1'
1317
- name: Install composer requirements
14-
run: composer install --no-dev --prefer-dist --no-progress --no-suggest
18+
run: composer install --no-dev --prefer-dist --no-progress
1519
- name: Prefix dependencies
1620
run: composer prefix-dependencies
1721
- name: WordPress plugin deploy

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"require": {
4343
"php": ">=8.1",
4444
"ext-json": "*",
45-
"psr/log": "^1.1",
45+
"psr/log": "^1.1 || ^2.0 || ^3.0",
4646
"google/apiclient": "^2.12.1"
4747
},
4848
"require-dev": {

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)