Skip to content

Commit 6a9fddb

Browse files
authored
Release v0.12.0-beta.2 (alexjustesen#740)
1 parent 6f70bad commit 6a9fddb

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Test
22

33
on:
44
push:
5+
branches:
6+
- '!main'
7+
- '!release-**'
58
workflow_dispatch:
69

710
jobs:

config/speedtest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
/**
77
* Build information
88
*/
9-
'build_date' => Carbon::parse('2023-09-05'),
9+
'build_date' => Carbon::parse('2023-09-07'),
1010

11-
'build_version' => '0.12.0-beta.1',
11+
'build_version' => '0.12.0-beta.2',
1212

1313
/**
1414
* Polling

0 commit comments

Comments
 (0)