Skip to content

Commit

Permalink
try something
Browse files Browse the repository at this point in the history
  • Loading branch information
joelwurtz committed Apr 12, 2024
1 parent 74e632d commit 69867d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/debug-macos-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:

- uses: ./.github/actions/phar

- uses: actions/setup-go@v5
with:
go-version: '1.22'

- uses: ./.github/actions/cache
with:
os: 'darwin'
Expand Down
2 changes: 1 addition & 1 deletion src/Console/Command/CompileCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class CompileCommand extends Command
// this version to invalide the cache
private const CACHE_VERSION = '2';

private const SPC_VERSION = '2.1.5';
private const SPC_VERSION = '2.1.7';

public function __construct(
private readonly HttpClientInterface $httpClient,
Expand Down

0 comments on commit 69867d1

Please sign in to comment.