Skip to content

Commit

Permalink
Merge pull request #210 from l0gicgate/fix-laminas
Browse files Browse the repository at this point in the history
Update Laminas Diactoros to ^2.18.1
  • Loading branch information
l0gicgate committed Jul 23, 2023
2 parents 5abc484 + d442eaa commit adc5aa3
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 39 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Tests

on: [push, pull_request]
on: [push, pull_request, pull_request_target]

jobs:
tests:
Expand All @@ -10,10 +10,10 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [7.4, 8.0, 8.1]
php: [8.0, 8.1, 8.2]
experimental: [false]
include:
- php: 8.1
- php: 8.2
analysis: true

steps:
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Upload coverage results to Coveralls
if: matrix.analysis
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
composer require php-coveralls/php-coveralls -n -W
vendor/bin/php-coveralls --coverage_clover=clover.xml -v
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
}
],
"require": {
"php": "^7.4 || ^8.0",
"php": "^8.0",
"ext-SimpleXML": "*",
"ext-fileinfo": "*",
"ext-json": "*",
Expand All @@ -42,11 +42,12 @@
},
"require-dev": {
"adriansuter/php-autoload-override": "^1.4",
"laminas/laminas-diactoros": "^2.17",
"laminas/laminas-diactoros": "^2.18.1",
"nyholm/psr7": "^1.7",
"php-http/psr7-integration-tests": "1.1.1",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^9.6",
"doctrine/instantiator": "^1.3.1",
"squizlabs/php_codesniffer": "^3.7"
},
"autoload": {
Expand Down
63 changes: 30 additions & 33 deletions composer.lock

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

0 comments on commit adc5aa3

Please sign in to comment.