Skip to content

Commit

Permalink
Added support for PHP 8.3 and dropped support for PHP 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frankvanhest committed Jan 26, 2024
1 parent bb3e3e4 commit 4521ff7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.0, 8.1, 8.2]
php: [8.1, 8.2, 8.3]
composer-flags: [ '' ]
stability: ['prefer-lowest', 'prefer-stable']
experimental: [false]
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": "~8.0.0 | ~8.1.0 | ~8.2.0",
"php": "~8.1.0 | ~8.2.0 | ~8.3.0",
"nikic/php-parser": "^v4.15",
"phpstan/phpstan": "^1.9"
},
Expand Down

0 comments on commit 4521ff7

Please sign in to comment.