Skip to content

Commit 45a4a4c

Browse files
committed
Composer: Add support for PHP 8.4 (RC) - add CI
1 parent 252707d commit 45a4a4c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/code_analysis.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
- "8.0"
2323
- "8.1"
2424
- "8.2"
25+
- "8.3"
26+
- "8.4"
2527

2628
jwt:
2729
- name: JWT 5
@@ -30,7 +32,9 @@ jobs:
3032

3133
- name: JWT 6
3234
key: jwt6
33-
arg: '"firebase/php-jwt:^6.0"'
35+
# arg: '"firebase/php-jwt:^6.0"'
36+
# Temporary solution until the stable JWT 6 with PHP 8.4 support is released
37+
arg: '"firebase/php-jwt:dev-main"'
3438

3539
name: ${{ matrix.actions.name }} on PHP ${{ matrix.php }} with ${{ matrix.jwt.name }}
3640
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)