Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP 8.4 #64

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: Changelog should be updated
strategy:
matrix:
php-versions: [ '8.3' ]
php-versions: [ '8.4' ]
fail-fast: false
steps:
- name: Checkout
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: [ '8.3' ]
php-versions: [ '8.4' ]
fail-fast: false
steps:
- uses: actions/checkout@v4
Expand All @@ -51,7 +51,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: [ '8.3' ]
php-versions: [ '8.4' ]
fail-fast: false
steps:
- uses: actions/checkout@v4
Expand All @@ -65,7 +65,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: [ '8.3' ]
php-versions: [ '8.4' ]
fail-fast: false
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: [ '8.3' ]
php-versions: [ '8.4' ]
dependency-version: [ prefer-lowest, prefer-stable ]
steps:
- uses: actions/checkout@master
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"docs": "https://www.drupal.org/docs/user_guide/en/index.html"
},
"require": {
"php": "^8.3",
"php": "^8.4",
"chx/drupal-issue-fork": "dev-main",
"composer/installers": "^2.0",
"cweagans/composer-patches": "^1.7",
Expand Down
Loading
Loading