Skip to content

Commit 6970db7

Browse files
authored
Merge pull request #37 from dnetix/update
Fix deprecated functions
2 parents aa9ee8b + 32687f6 commit 6970db7

File tree

9 files changed

+17
-4900
lines changed

9 files changed

+17
-4900
lines changed

.github/workflows/.ci-php.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@ on: [push]
33
jobs:
44
build:
55
runs-on: ubuntu-latest
6+
strategy:
7+
fail-fast: false
8+
matrix:
9+
php-version:
10+
- "7.4"
11+
- "8.0"
12+
- "8.1"
13+
- "8.2"
14+
dependency-versions:
15+
- "lowest"
16+
- "highest"
617
steps:
718
- uses: actions/checkout@v1
819
- name: Validate composer.json and composer.lock

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ tests/coverage
66
.phpunit.result.cache
77
.php_cs.cache
88
.php-cs-fixer.cache
9+
composer.lock

0 commit comments

Comments
 (0)