Skip to content

Commit e628272

Browse files
committed
build: upgrade deps to 8.3+
1 parent 379a1d0 commit e628272

File tree

3 files changed

+26
-26
lines changed

3 files changed

+26
-26
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
php: [ 8.1, 8.2, 8.3, 8.4 ]
15+
php: [ 8.3, 8.4 ]
1616

1717
steps:
1818
- uses: actions/checkout@v4
@@ -42,7 +42,7 @@ jobs:
4242
needs: [ composer ]
4343
strategy:
4444
matrix:
45-
php: [ 8.1, 8.2, 8.3, 8.4 ]
45+
php: [ 8.3, 8.4 ]
4646

4747
outputs:
4848
coverage: ${{ steps.store-coverage.outputs.coverage_text }}
@@ -77,7 +77,7 @@ jobs:
7777
needs: [ phpunit ]
7878
strategy:
7979
matrix:
80-
php: [ 8.1, 8.2, 8.3, 8.4 ]
80+
php: [ 8.3, 8.4 ]
8181

8282
steps:
8383
- uses: actions/checkout@v4
@@ -98,7 +98,7 @@ jobs:
9898
needs: [ composer ]
9999
strategy:
100100
matrix:
101-
php: [ 8.1, 8.2, 8.3, 8.4 ]
101+
php: [ 8.3, 8.4 ]
102102

103103
steps:
104104
- uses: actions/download-artifact@v4
@@ -120,7 +120,7 @@ jobs:
120120
needs: [ composer ]
121121
strategy:
122122
matrix:
123-
php: [ 8.1, 8.2, 8.3, 8.4 ]
123+
php: [ 8.3, 8.4 ]
124124

125125
steps:
126126
- uses: actions/download-artifact@v4
@@ -144,7 +144,7 @@ jobs:
144144
needs: [ composer ]
145145
strategy:
146146
matrix:
147-
php: [ 8.1, 8.2, 8.3, 8.4 ]
147+
php: [ 8.3, 8.4 ]
148148

149149
steps:
150150
- uses: actions/download-artifact@v4

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "MIT",
66

77
"require": {
8-
"php": ">=8.1",
8+
"php": ">=8.3",
99
"ext-curl": "*",
1010
"ext-json": "*",
1111
"phpgt/async": "^1.0",

composer.lock

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)