Skip to content

Commit

Permalink
Modify github workflow to test only PHP 8
Browse files Browse the repository at this point in the history
  • Loading branch information
zmajciki committed May 12, 2022
1 parent b734df8 commit 16f1dc7
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,10 @@ jobs:
strategy:
matrix:
php-version:
- 5.6
- 7.2
- 7.3
- 7.4
- 8.0
- 8.1
codeception-version:
- '^2.0'
- '^3.0'
- '^4.0'
exclude:
- php-version: 8.0
codeception-version: '^2.0'
- php-version: 8.0
codeception-version: '^3.0'
- php-version: 8.1
codeception-version: '^2.0'
- php-version: 8.1
codeception-version: '^3.0'
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 16f1dc7

Please sign in to comment.