Skip to content

Commit

Permalink
drop php 7.3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptouuuu committed Jan 10, 2021
1 parent 966df4d commit bbf9ff4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
php-version: ['7.3', '7.4', '8.0']
php-version: ['7.4', '8.0']
name: 'PHPUnit - PHP/${{ matrix.php-version }} - OS/${{ matrix.os }}'
steps:
- name: Checkout
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-version: ['7.3', '7.4', '8.0']
php-version: ['7.4', '8.0']
name: 'Psalm - PHP/${{ matrix.php-version }}'
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -15,7 +15,7 @@
"issues": "http://github.com/Innmind/Json/issues"
},
"require": {
"php": "~7.3 || ~8.0",
"php": "~7.4 || ~8.0",
"ext-json": "*"
},
"autoload": {
Expand Down

0 comments on commit bbf9ff4

Please sign in to comment.