Skip to content
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Nov 30, 2021
1 parent b531169 commit ee122fb
Show file tree
Hide file tree
Showing 4 changed files with 142 additions and 228 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
php-version:
- 8.0
- 8.1

steps:
- name: "Checkout"
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
strategy:
matrix:
php-version:
- 8.0
- 8.1

steps:
- name: "Checkout"
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
run: composer phpstan

- name: "Run psalm"
run: vendor/bin/psalm --config=psalm.xml --diff --shepherd --show-info=false --stats --threads=4 --php-version=8.0
run: vendor/bin/psalm --config=psalm.xml --diff --shepherd --show-info=false --stats --threads=4 --php-version=8.1

- name: "Run phpmd"
run: composer phpmd
Expand All @@ -111,7 +111,7 @@ jobs:
strategy:
matrix:
php-version:
- 8.0
- 8.1

steps:
- name: "Checkout"
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
strategy:
matrix:
php-version:
- 8.0
- 8.1

steps:
- name: "Checkout"
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
strategy:
matrix:
php-version:
- 8.0
- 8.1

steps:
- name: "Checkout"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM composer:2 AS composer

FROM php:8.0-alpine
FROM php:8.1-alpine

COPY --from=composer /usr/bin/composer /usr/bin/composer

Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
],
"license": "MIT",
"require": {
"php": "^8.0",
"php": "^8.1",
"ext-ctype": "*",
"ext-iconv": "*",
"knplabs/github-api": "^3.0",
"nyholm/psr7": "^1.3",
"psr/http-client": "^1.0",
"symfony/console": "^5.2",
"symfony/dotenv": "^5.2",
"symfony/http-client": "^5.2",
"symfony/string": "5.4.*",
"symfony/console": "^6.0",
"symfony/dotenv": "^6.0",
"symfony/http-client": "^6.0",
"symfony/string": "^6.0",
"webmozart/assert": "^1.9"
},
"require-dev": {
Expand All @@ -37,7 +37,7 @@
"extra": {
"symfony": {
"allow-contrib": false,
"require": "5.2.*"
"require": "6.0.*"
}
},
"autoload": {
Expand Down
Loading

0 comments on commit ee122fb

Please sign in to comment.