Skip to content

Commit

Permalink
Update testing matrix to more modern age (#21)
Browse files Browse the repository at this point in the history
* Update testing matrix to more modern age

* Update composer.json

* Update composer.json
  • Loading branch information
eiriksm committed Jan 6, 2023
1 parent 22e7b98 commit 43395f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -11,11 +11,12 @@ jobs:
fail-fast: false
matrix:
php-version:
- "7.0"
- "7.1"
- "7.2"
- "7.3"
- "7.4"
- "8.0"
- "8.1"
- "8.2"
steps:
- name: Dump matrix context
env:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -24,7 +24,7 @@
"lint": "phpcs -p -n"
},
"require-dev": {
"phpunit/phpunit": "^6.5",
"phpunit/phpunit": "^8.0",
"squizlabs/php_codesniffer": "^3.4",
"php-coveralls/php-coveralls": "^2.4"
}
Expand Down

0 comments on commit 43395f5

Please sign in to comment.