Skip to content

Commit 9e0e41f

Browse files
committed
Add PHP 8.2 to CI
1 parent 7f8c458 commit 9e0e41f

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.1", "8.0", "7.4", "7.3"]
25+
php-version: ["8.2", "8.1", "8.0", "7.4", "7.3"]
2626

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

3030
- name: Cancel Previous Runs
31-
if: contains(matrix.os, 'ubuntu') && contains(matrix.php-version, '8.1')
31+
if: contains(matrix.os, 'ubuntu') && contains(matrix.php-version, '8.2')
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+
php82:
26+
extends: .php
27+
image: php:8.2
28+
2529
php81:
2630
extends: .php
2731
image: php:8.1

0 commit comments

Comments
 (0)