Skip to content

Commit 1d009ca

Browse files
authored
Merge pull request #29 from texthtml/github-actions
Test more php versions
2 parents 58f5cbe + 800f054 commit 1d009ca

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
- '5.6'
2121
- '7.0'
2222
- '7.1'
23-
# - '7.2'
24-
# - '8.0'
25-
# - '8.1'
26-
# - '8.2'
27-
# - '8.3'
23+
- '7.2'
24+
- '8.0'
25+
- '8.1'
26+
- '8.2'
27+
- '8.3'
2828

2929
steps:
3030
- uses: actions/checkout@v4

spec/TH/Lock/FileFactorySpec.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace spec\TH\Lock;
3+
namespace spec;
44

55
use PhpSpec\ObjectBehavior;
66
use Prophecy\Argument;

spec/TH/Lock/FileLockSpec.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace spec\TH\Lock;
3+
namespace spec;
44

55
use PhpSpec\ObjectBehavior;
66
use Prophecy\Argument;

spec/TH/Lock/LockSetSpec.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace spec\TH\Lock;
3+
namespace spec;
44

55
use PhpSpec\ObjectBehavior;
66
use Prophecy\Argument;

0 commit comments

Comments
 (0)