Skip to content

Commit 35abfd8

Browse files
committed
Updating workflow further to drop the Composer 2.7 versions down a bit, since they started requiring react/promise 3
1 parent 01c4c3a commit 35abfd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
versions: [ {php: "7.4", composer: 2.3.10}, {php: "8.0", composer: 2.3.10}, {php: "8.1", composer: 2.3.10}, {php: "8.2", composer: 2.7.9}, {php: "8.3", composer: 2.7.9}, {php: "8.4", composer: 2.8.9} ]
13+
versions: [ {php: "7.4", composer: 2.3.10}, {php: "8.0", composer: 2.3.10}, {php: "8.1", composer: 2.3.10}, {php: "8.2", composer: 2.7.7}, {php: "8.3", composer: 2.7.7}, {php: "8.4", composer: 2.8.9} ]
1414
steps:
1515
- uses: actions/checkout@v3
1616

0 commit comments

Comments
 (0)