Skip to content

Commit febdf33

Browse files
committed
update ci
1 parent 549733f commit febdf33

File tree

5 files changed

+4
-5
lines changed

5 files changed

+4
-5
lines changed

.github/workflows/cs-fixer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up PHP
1717
uses: shivammathur/setup-php@v2
1818
with:
19-
php-version: 8.2
19+
php-version: 8.1
2020
tools: composer
2121

2222
- name: Install dependencies

.github/workflows/psalm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up PHP
1818
uses: shivammathur/setup-php@v2
1919
with:
20-
php-version: 8.3
20+
php-version: 8.1
2121
tools: composer, psalm
2222

2323
- name: Install dependencies

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Set up PHP
3434
uses: shivammathur/setup-php@v2
3535
with:
36-
php-version: 8.2
36+
php-version: 8.1
3737
tools: composer, xdebug
3838

3939
- name: Cache Composer dependencies

.github/workflows/testaura.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up PHP
2424
uses: shivammathur/setup-php@v2
2525
with:
26-
php-version: 8.2
26+
php-version: 8.1
2727
tools: composer, xdebug
2828

2929
- name: Cache Composer dependencies

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"require": {
66
"psr/http-client": "^1.0",
77
"ext-json": "*",
8-
"ext-http": "*",
98
"php": "^8.1",
109
"nyholm/psr7": "^1.8",
1110
"php-http/discovery": "^1.17"

0 commit comments

Comments
 (0)