mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 12:54:52 +08:00
Update ca certificates
This commit is contained in:
parent
3960a21e05
commit
38725c2bb4
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -145,6 +145,10 @@ jobs:
|
|||||||
os: ${{ fromJSON(needs.define-matrix.outputs.os) }}
|
os: ${{ fromJSON(needs.define-matrix.outputs.os) }}
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
steps:
|
steps:
|
||||||
|
- name: "Update runner packages"
|
||||||
|
if: ${{ startsWith(matrix.os, 'ubuntu-') }}
|
||||||
|
run: sudo apt-get update && sudo apt-get install -y ca-certificates
|
||||||
|
|
||||||
- name: "Checkout"
|
- name: "Checkout"
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
|||||||
@ -28,7 +28,7 @@ $test_os = [
|
|||||||
// 'macos-15', // bin/spc for arm64
|
// 'macos-15', // bin/spc for arm64
|
||||||
// 'ubuntu-latest', // bin/spc-alpine-docker for x86_64
|
// 'ubuntu-latest', // bin/spc-alpine-docker for x86_64
|
||||||
// 'ubuntu-22.04', // bin/spc-gnu-docker for x86_64
|
// 'ubuntu-22.04', // bin/spc-gnu-docker for x86_64
|
||||||
// 'ubuntu-24.04', // bin/spc for x86_64
|
'ubuntu-24.04', // bin/spc for x86_64
|
||||||
// 'ubuntu-22.04-arm', // bin/spc-gnu-docker for arm64
|
// 'ubuntu-22.04-arm', // bin/spc-gnu-docker for arm64
|
||||||
'ubuntu-24.04-arm', // bin/spc for arm64
|
'ubuntu-24.04-arm', // bin/spc for arm64
|
||||||
'windows-latest', // .\bin\spc.ps1
|
'windows-latest', // .\bin\spc.ps1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user