Skip to content

Commit 362443b

Browse files
committed
PHP 8.4
1 parent df0ffe6 commit 362443b

5 files changed

Lines changed: 206 additions & 170 deletions

File tree

.github/workflows/pr.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: Changelog should be updated
88
strategy:
99
matrix:
10-
php-versions: [ '8.3' ]
10+
php-versions: [ '8.4' ]
1111
fail-fast: false
1212
steps:
1313
- name: Checkout
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ubuntu-latest
3838
strategy:
3939
matrix:
40-
php-versions: [ '8.3' ]
40+
php-versions: [ '8.4' ]
4141
fail-fast: false
4242
steps:
4343
- uses: actions/checkout@v4
@@ -51,7 +51,7 @@ jobs:
5151
runs-on: ubuntu-latest
5252
strategy:
5353
matrix:
54-
php-versions: [ '8.3' ]
54+
php-versions: [ '8.4' ]
5555
fail-fast: false
5656
steps:
5757
- uses: actions/checkout@v4
@@ -65,7 +65,7 @@ jobs:
6565
runs-on: ubuntu-latest
6666
strategy:
6767
matrix:
68-
php-versions: [ '8.3' ]
68+
php-versions: [ '8.4' ]
6969
fail-fast: false
7070
steps:
7171
- uses: actions/checkout@v4
@@ -141,7 +141,7 @@ jobs:
141141
runs-on: ubuntu-latest
142142
strategy:
143143
matrix:
144-
php-versions: [ '8.3' ]
144+
php-versions: [ '8.4' ]
145145
dependency-version: [ prefer-lowest, prefer-stable ]
146146
steps:
147147
- uses: actions/checkout@master

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"docs": "https://www.drupal.org/docs/user_guide/en/index.html"
1010
},
1111
"require": {
12-
"php": "^8.3",
12+
"php": "^8.4",
1313
"chx/drupal-issue-fork": "dev-main",
1414
"composer/installers": "^2.0",
1515
"cweagans/composer-patches": "^1.7",

0 commit comments

Comments
 (0)