Skip to content

Commit

Permalink
fix: remove php 8.1 build
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Jul 26, 2024
1 parent 54d94e3 commit 16f786b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions matrix.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ for (const swVersion of Object.keys(swToPHP).reverse()) {
alreadyAddedVersion.add(patchVersion);

for (const phpVersion of swToPHP[swVersion]) {
if (phpVersion === '8.1') {
continue;
}

matrix.push({
tag: patchVersion,
swVersion,
Expand Down

0 comments on commit 16f786b

Please sign in to comment.