Skip to content

Commit

Permalink
Stick to PHP 8.1+
Browse files Browse the repository at this point in the history
  • Loading branch information
Garethp committed Aug 24, 2024
1 parent 79ada8b commit 4dd5f37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ '7.4', '8.0', '8.1', '8.2', '8.3' ]
php: [ '8.1', '8.2', '8.3' ]
name: PHP ${{ matrix.php }}
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"mockery/mockery": "1.3.*",
"goetas/xsd2php": "2.1.*",
"goetas/xsd-reader": "2.0.x-dev",
"phpunit/phpunit": "11.*|10.*|9.*"
"phpunit/phpunit": "11.*|10.*"
}
}

0 comments on commit 4dd5f37

Please sign in to comment.