Skip to content

Commit

Permalink
dropping php 7, buncha updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
dcarbone committed Feb 11, 2024
1 parent 12d4fa7 commit 2ef3ebc
Show file tree
Hide file tree
Showing 102 changed files with 640 additions and 581 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@ on:

env:
CONSUL_HTTP_ADDR: "127.0.0.1:8500"
CONSUL_VERSION: '1.16.1'
CONSUL_VERSION: '1.17.2'

jobs:
tests:
runs-on: ubuntu-22.04
strategy:
matrix:
php-version: ["7.4", "8.0", "8.1", "8.2"]
php-version: ["8.0", "8.1", "8.2"]

name: Tests - PHP ${{ matrix.php-version }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- uses: shivammathur/setup-php@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"php-consul-api"
],
"require": {
"php": "7.4.* || 8.*",
"php": "8.*",
"ext-json": "*",
"dcarbone/gotime": "v0.4.* || v0.5.*",
"dcarbone/gotime": "v0.5.*",
"dcarbone/gohttp": "v0.3.*",
"guzzlehttp/guzzle": "^7.4",
"guzzlehttp/psr7": "^2.4"
Expand Down
Loading

0 comments on commit 2ef3ebc

Please sign in to comment.