summaryrefslogtreecommitdiffstats
path: root/vendor/guzzlehttp/psr7/.github/workflows/ci.yml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/guzzlehttp/psr7/.github/workflows/ci.yml')
-rw-r--r--vendor/guzzlehttp/psr7/.github/workflows/ci.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/vendor/guzzlehttp/psr7/.github/workflows/ci.yml b/vendor/guzzlehttp/psr7/.github/workflows/ci.yml
index 84a0158..da6e8eb 100644
--- a/vendor/guzzlehttp/psr7/.github/workflows/ci.yml
+++ b/vendor/guzzlehttp/psr7/.github/workflows/ci.yml
@@ -6,11 +6,11 @@ on:
jobs:
build:
name: Build
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
strategy:
max-parallel: 10
matrix:
- php: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4']
+ php: ['5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1']
steps:
- name: Set up PHP
@@ -21,10 +21,10 @@ jobs:
extensions: mbstring
- name: Checkout code
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
- name: Install dependencies
- run: composer update --no-interaction --no-progress --prefer-dist
+ run: composer update --no-interaction --no-progress
- name: Run tests
run: make test