Skip to content

Commit 8e774cd

Browse files
authored
Merge pull request #17 from phase2/issue/16-php-84
Support PHP 8.4
2 parents d001f2d + 617e7c7 commit 8e774cd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/default.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- version: "8.1"
2828
- version: "8.2"
2929
- version: "8.3"
30+
- version: "8.4"
3031
env:
3132
VERSION: ${{ matrix.version }}
3233

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -ex
44

55
# Arguments: $1 CLI_VERSION
6-
CLI_VERSION=${1:-8.3}
6+
CLI_VERSION=${1:-8.4}
77

88
# Install SQLite 3.x for Drupal 11 testing if CLI version >= 8.3
99
INSTALL_SQLITE=false

0 commit comments

Comments
 (0)