Skip to content

Commit

Permalink
Update PHP 8.2.0RC5 to 8.2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
flavioheleno committed May 16, 2024
1 parent 6923741 commit 9ec280a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
shell: cmd
strategy:
matrix:
version: ["8.0", "8.1"]
version: ["8.0", "8.1", "8.2"]
arch: [x64]
ts: [ts]
if: success() || failure()
Expand Down Expand Up @@ -58,4 +58,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: parallel-${{matrix.version}}
path: .install
path: .install
24 changes: 12 additions & 12 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,11 +255,11 @@ services:
PHP_SRC_TYPE: git,
PHP_VERSION_MAJOR: 8,
PHP_VERSION_MINOR: 2,
PHP_VERSION_PATCH: 0,
PHP_VERSION_PATCH: 19,
}
},
container_name: php-dbg-8.2,
image: ghcr.io/krakjoe/php-dbg-8.2:8.2.0,
image: ghcr.io/krakjoe/php-dbg-8.2:8.2.19,
profiles: [php-8.2,dbg],
<<: [*dev, *parallel]
}
Expand All @@ -271,11 +271,11 @@ services:
PHP_SRC_GCOV: enable,
PHP_VERSION_MAJOR: 8,
PHP_VERSION_MINOR: 2,
PHP_VERSION_PATCH: 0,
PHP_VERSION_PATCH: 19,
}
},
container_name: php-gcov-8.2,
image: ghcr.io/krakjoe/php-gcov-8.2:8.2.0,
image: ghcr.io/krakjoe/php-gcov-8.2:8.2.19,
profiles: [php-8.2,gcov],
<<: [*dev, *parallel]
}
Expand All @@ -287,11 +287,11 @@ services:
PHP_SRC_TYPE: git,
PHP_VERSION_MAJOR: 8,
PHP_VERSION_MINOR: 2,
PHP_VERSION_PATCH: 0,
PHP_VERSION_PATCH: 19,
}
},
container_name: php-asan-8.2,
image: ghcr.io/krakjoe/php-asan-8.2:8.2.0,
image: ghcr.io/krakjoe/php-asan-8.2:8.2.19,
profiles: [php-8.2,asan],
<<: [*dev, *parallel]
}
Expand All @@ -303,11 +303,11 @@ services:
PHP_SRC_TYPE: git,
PHP_VERSION_MAJOR: 8,
PHP_VERSION_MINOR: 2,
PHP_VERSION_PATCH: 0,
PHP_VERSION_PATCH: 19,
}
},
container_name: php-release-8.2,
image: ghcr.io/krakjoe/php-release-8.2:8.2.0,
image: ghcr.io/krakjoe/php-release-8.2:8.2.19,
profiles: [php-8.2,release],
<<: [*dev, *parallel]
}
Expand All @@ -319,7 +319,7 @@ services:
PHP_SRC_TYPE: dbg,
PHP_VERSION_MAJOR: 8,
PHP_VERSION_MINOR: 2,
PHP_VERSION_PATCH: 0,
PHP_VERSION_PATCH: 19,
}
},
container_name: parallel-dbg-8.2,
Expand All @@ -335,7 +335,7 @@ services:
PHP_SRC_GCOV: enable,
PHP_VERSION_MAJOR: 8,
PHP_VERSION_MINOR: 2,
PHP_VERSION_PATCH: 0,
PHP_VERSION_PATCH: 19,
}
},
container_name: parallel-gcov-8.2,
Expand All @@ -351,7 +351,7 @@ services:
PHP_SRC_TYPE: asan,
PHP_VERSION_MAJOR: 8,
PHP_VERSION_MINOR: 2,
PHP_VERSION_PATCH: 0,
PHP_VERSION_PATCH: 19,
}
},
container_name: parallel-asan-8.2,
Expand All @@ -367,7 +367,7 @@ services:
PHP_SRC_TYPE: release,
PHP_VERSION_MAJOR: 8,
PHP_VERSION_MINOR: 2,
PHP_VERSION_PATCH: 0,
PHP_VERSION_PATCH: 19,
}
},
container_name: parallel-release-8.2,
Expand Down

0 comments on commit 9ec280a

Please sign in to comment.