Skip to content

Commit 7773307

Browse files
committed
merged SDKS-6587
1 parent da58a64 commit 7773307

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
matrix:
2828
version:
2929
- '2.5.0'
30-
- '3.1.1'
30+
- '3.2.2'
3131

3232
steps:
3333
- name: Checkout code
@@ -56,7 +56,7 @@ jobs:
5656
run: echo "VERSION=$(cat lib/splitclient-rb/version.rb | grep VERSION | awk -F "'" '{print $2}')" >> $GITHUB_ENV
5757

5858
- name: SonarQube Scan (Push)
59-
if: matrix.version == '3.1.1' && github.event_name == 'push'
59+
if: matrix.version == '3.2.2' && github.event_name == 'push'
6060
uses: SonarSource/sonarcloud-github-action@v1.9
6161
env:
6262
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
@@ -68,7 +68,7 @@ jobs:
6868
-Dsonar.projectVersion=${{ env.VERSION }}
6969
7070
- name: SonarQube Scan (Pull Request)
71-
if: matrix.version == '3.1.1' && github.event_name == 'pull_request'
71+
if: matrix.version == '3.2.2' && github.event_name == 'pull_request'
7272
uses: SonarSource/sonarcloud-github-action@v1.9
7373
env:
7474
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}

spec/test_data/regexp/data.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,6 @@ perl\B#perl stuff#false
115115
^([a-z0-9_\.-]+)@([\da-z\.-]+)\.([a-z\.]{2,6})$#john@doe.com#true
116116
^([a-z0-9_\.-]+)@([\da-z\.-]+)\.([a-z\.]{2,6})$#john@doe.something#false
117117
^([a-z0-9_\.-]+)@([\da-z\.-]+)\.([a-z\.]{2,6})$#johndoe.sg#false
118-
^(https?:\/\/)?([\da-z\.-]+)\.([a-z\.]{2,6})([\/\w \.-]*)*\/?$#http://split.io/about#true
119-
^(https?:\/\/)?([\da-z\.-]+)\.([a-z\.]{2,6})([\/\w \.-]*)*\/?$#http://google.com/some/file!.html#false
120118
^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$#73.60.124.136#true
121119
^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$#256.60.124.136#false
122120
^\d+$#123#true
@@ -143,3 +141,5 @@ perl\B#perl stuff#false
143141
^(19|20)\d{2}$#1810#false
144142
^([1-9]|0[1-9]|[12][0-9]|3[01])\D([1-9]|0[1-9]|1[012])\D(19[0-9][0-9]|20[0-9][0-9])$#11/11/2011#true
145143
^([1-9]|0[1-9]|[12][0-9]|3[01])\D([1-9]|0[1-9]|1[012])\D(19[0-9][0-9]|20[0-9][0-9])$#13/13/2011#false
144+
^(https?:\/\/)?([\da-z\.-]+)\.([a-z\.]{2,6})([\/\w \.-]*)*\/?$#http://split.io/about#true
145+
^(https?:\/\/)?([\da-z\.-]+)\.([a-z\.]{2,6})([\/\w \.-]*)*\/?$#http://google.com/some/file!.html#false

0 commit comments

Comments
 (0)