Skip to content

Commit 912a7f8

Browse files
committed
ci: build from php 8.4
1 parent 060b1c8 commit 912a7f8

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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.3, 8.4 ]
15+
php: [ 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.3, 8.4 ]
45+
php: [ 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.3, 8.4 ]
80+
php: [ 8.4 ]
8181

8282
steps:
8383
- uses: actions/checkout@v4
@@ -101,7 +101,7 @@ jobs:
101101
needs: [ composer ]
102102
strategy:
103103
matrix:
104-
php: [ 8.3, 8.4 ]
104+
php: [ 8.4 ]
105105

106106
steps:
107107
- uses: actions/download-artifact@v4
@@ -124,7 +124,7 @@ jobs:
124124
needs: [ composer ]
125125
strategy:
126126
matrix:
127-
php: [ 8.3, 8.4 ]
127+
php: [ 8.4 ]
128128

129129
steps:
130130
- uses: actions/download-artifact@v4
@@ -148,7 +148,7 @@ jobs:
148148
needs: [ composer ]
149149
strategy:
150150
matrix:
151-
php: [ 8.3, 8.4 ]
151+
php: [ 8.4 ]
152152

153153
steps:
154154
- uses: actions/download-artifact@v4

composer.json

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

66
"require": {
7-
"php": ">=8.3",
7+
"php": ">=8.4",
88
"ext-dom": "*",
99
"ext-curl": "*",
1010
"ext-fileinfo": "*",

0 commit comments

Comments
 (0)