Skip to content

Commit

Permalink
Drop support for PHP 7.3
Browse files Browse the repository at this point in the history
and test with PHP 8.2 and 8.3
  • Loading branch information
lazka committed Jan 15, 2024
1 parent 9d61eb4 commit 508791c
Show file tree
Hide file tree
Showing 3 changed files with 158 additions and 154 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['7.3', '7.4', '8.0', '8.1']
php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3']
steps:
- name: Set up php${{ matrix.php-versions }}
uses: shivammathur/setup-php@v2
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "symfony-bundle",
"license": "AGPL-3.0-or-later",
"require": {
"php": ">=7.3",
"php": ">=7.4",
"ext-json": "*",
"api-platform/core": "^2.7.11",
"dbp/relay-core-bundle": "^0.1.115",
Expand Down Expand Up @@ -35,7 +35,7 @@
"config": {
"sort-packages": true,
"platform": {
"php": "7.3"
"php": "7.4"
},
"allow-plugins": {
"composer/package-versions-deprecated": true
Expand Down
Loading

0 comments on commit 508791c

Please sign in to comment.