Skip to content

Commit

Permalink
Merge pull request #32 from ramsalt/php-8.3-default
Browse files Browse the repository at this point in the history
Require PHP >= 8.3 by default
  • Loading branch information
jfauske authored Jun 13, 2024
2 parents e40f7d3 + 6ce6705 commit 486253a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: ['8.2']
php-versions: ['8.3']
drupal-release: ['stable']
composer-channel: ['stable']
include:
- php-versions: '8.2'
- php-versions: '8.3'
drupal-release: dev
composer-channel: stable
- php-versions: '8.2'
- php-versions: '8.3'
drupal-release: stable
composer-channel: snapshot
steps:
Expand Down
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"packagist.org": false
},
"require": {
"php": ">=8.2",
"php": ">=8.3",
"composer/installers": "^2.1",
"cweagans/composer-patches": "^1.7",
"drupal/core-composer-scaffold": "^10.2.0",
Expand All @@ -42,6 +42,9 @@
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"platform":{
"php": "8.3"
},
"discard-changes": true,
"sort-packages": true,
"allow-plugins": {
Expand Down

0 comments on commit 486253a

Please sign in to comment.