Skip to content

Commit

Permalink
Drop support for PHP 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kelunik committed Feb 22, 2022
1 parent e11f2eb commit 30b2247
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ jobs:
strategy:
matrix:
include:
- operating-system: 'ubuntu-latest'
php-version: '8.0'

- operating-system: 'ubuntu-latest'
php-version: '8.1'

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"prefer-stable": true,
"minimum-stability": "dev",
"require": {
"php": ">=8",
"php": ">=8.1",
"ext-json": "*",
"ext-filter": "*",
"amphp/amp": "^3",
Expand All @@ -51,7 +51,7 @@
"amphp/phpunit-util": "^3",
"phpunit/phpunit": "^9",
"amphp/php-cs-fixer-config": "^2-dev",
"psalm/phar": "^4.13"
"psalm/phar": "^4.20"
},
"autoload": {
"psr-4": {
Expand Down
5 changes: 1 addition & 4 deletions psalm.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
<?xml version="1.0"?>
<psalm
totallyTyped="false"
errorLevel="2"
phpVersion="8.1"
resolveFromConfigFile="true"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://getpsalm.org/schema/config"
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
xsi:schemaLocation="https://getpsalm.org/schema/config https://getpsalm.org/schema/config"
>
<projectFiles>
<directory name="src" />
Expand Down

0 comments on commit 30b2247

Please sign in to comment.