Skip to content

Commit 38725c2

Browse files
committed
Update ca certificates
1 parent 3960a21 commit 38725c2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,10 @@ jobs:
145145
os: ${{ fromJSON(needs.define-matrix.outputs.os) }}
146146
fail-fast: false
147147
steps:
148+
- name: "Update runner packages"
149+
if: ${{ startsWith(matrix.os, 'ubuntu-') }}
150+
run: sudo apt-get update && sudo apt-get install -y ca-certificates
151+
148152
- name: "Checkout"
149153
uses: actions/checkout@v4
150154

src/globals/test-extensions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
// 'macos-15', // bin/spc for arm64
2929
// 'ubuntu-latest', // bin/spc-alpine-docker for x86_64
3030
// 'ubuntu-22.04', // bin/spc-gnu-docker for x86_64
31-
// 'ubuntu-24.04', // bin/spc for x86_64
31+
'ubuntu-24.04', // bin/spc for x86_64
3232
// 'ubuntu-22.04-arm', // bin/spc-gnu-docker for arm64
3333
'ubuntu-24.04-arm', // bin/spc for arm64
3434
'windows-latest', // .\bin\spc.ps1

0 commit comments

Comments
 (0)