Skip to content

Commit 608d9af

Browse files
committed
bump SPC to 2.7.7
1 parent 44dc0a8 commit 608d9af

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

.github/workflows/build-php.yml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ permissions:
77
on:
88
schedule:
99
# This will run weekly on Sunday at 00:00 UTC.
10-
- cron: '0 0 * * 0'
10+
- cron: "0 0 * * 0"
1111
workflow_dispatch:
1212

1313
env:
1414
GITHUB_TOKEN: ${{ secrets.PAT }}
15-
SPC_VERSION: 2.7.1
15+
SPC_VERSION: 2.7.7
1616

1717
jobs:
1818
build:
@@ -22,7 +22,14 @@ jobs:
2222
strategy:
2323
matrix:
2424
version: ["8.3", "8.4"]
25-
os: [ "macos-13", "macos-latest", "windows-latest", "ubuntu-latest", "ubuntu-24.04-arm" ]
25+
os:
26+
[
27+
"macos-13",
28+
"macos-latest",
29+
"windows-latest",
30+
"ubuntu-latest",
31+
"ubuntu-24.04-arm",
32+
]
2633

2734
continue-on-error: true
2835

@@ -56,7 +63,7 @@ jobs:
5663
- name: Set SPC URL for windows-latest
5764
shell: bash
5865
if: matrix.os == 'windows-latest'
59-
run: |
66+
run: |
6067
echo "SPC_URL=https://github.com/crazywhalecc/static-php-cli/releases/download/${{ env.SPC_VERSION }}/spc-windows-x64.exe" >> $GITHUB_ENV
6168
echo "SPC_BINARY=spc.exe" >> $GITHUB_ENV
6269

0 commit comments

Comments
 (0)