Skip to content

Commit e0dda0e

Browse files
committed
Add PHP 8.4 to CI
1 parent 5330d7f commit e0dda0e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
os: [ubuntu-latest]
25-
php-version: ["8.3", "8.2", "8.1", "8.0", "7.4", "7.3"]
25+
php-version: ["8.4", "8.3", "8.2", "8.1", "8.0", "7.4", "7.3"]
2626

2727
steps:
2828
- uses: actions/checkout@v4
2929

3030
- name: Cancel Previous Runs
31-
if: contains(matrix.os, 'ubuntu') && contains(matrix.php-version, '8.3')
31+
if: contains(matrix.os, 'ubuntu') && contains(matrix.php-version, '8.4')
3232
uses: styfle/[email protected]
3333
with:
3434
access_token: ${{ github.token }}

.gitlab-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ before_script:
2222
paths:
2323
- modules/bencode.so
2424

25+
php84:
26+
extends: .php
27+
image: php:8.4
28+
2529
php83:
2630
extends: .php
2731
image: php:8.3

0 commit comments

Comments
 (0)