Skip to content

Commit

Permalink
Merge pull request #29 from texthtml/github-actions
Browse files Browse the repository at this point in the history
Test more php versions
  • Loading branch information
mathroc authored Sep 27, 2024
2 parents 58f5cbe + 800f054 commit 1d009ca
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
- '5.6'
- '7.0'
- '7.1'
# - '7.2'
# - '8.0'
# - '8.1'
# - '8.2'
# - '8.3'
- '7.2'
- '8.0'
- '8.1'
- '8.2'
- '8.3'

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion spec/TH/Lock/FileFactorySpec.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace spec\TH\Lock;
namespace spec;

use PhpSpec\ObjectBehavior;
use Prophecy\Argument;
Expand Down
2 changes: 1 addition & 1 deletion spec/TH/Lock/FileLockSpec.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace spec\TH\Lock;
namespace spec;

use PhpSpec\ObjectBehavior;
use Prophecy\Argument;
Expand Down
2 changes: 1 addition & 1 deletion spec/TH/Lock/LockSetSpec.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace spec\TH\Lock;
namespace spec;

use PhpSpec\ObjectBehavior;
use Prophecy\Argument;
Expand Down

0 comments on commit 1d009ca

Please sign in to comment.