Skip to content

Commit

Permalink
Merge pull request #18 from Dhii/task/update
Browse files Browse the repository at this point in the history
Update
  • Loading branch information
XedinUnknown committed Aug 5, 2023
2 parents 1a17b6b + 6a0848c commit 3e1891c
Show file tree
Hide file tree
Showing 5 changed files with 268 additions and 241 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: [
'7.1',
'7.2',
'7.3',
'7.4',
'8.0',
'8.1',
]
php-versions:
- '7.1'
- '7.2'
- '7.3'
- '7.4'
- '8.0'
- '8.1'
- '8.2'
name: PHP ${{ matrix.php-versions }}
steps:
- uses: actions/checkout@v2
Expand Down
15 changes: 15 additions & 0 deletions .idea/php.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions .idea/services.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3e1891c

Please sign in to comment.