Skip to content

Commit 9fc06d6

Browse files
committed
Merge pull request #14 from Frederick888/php84 into master
* php84: ci: Switch to fork of git-sync Add PHP 8.4 to CI
2 parents 5330d7f + 29a4494 commit 9fc06d6

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
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 }}

.github/workflows/repo-sync.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: repo-sync
11-
uses: wei/git-sync@v3
11+
uses: Frederick888/git-sync@master
1212
with:
1313
source_repo: "https://github.com/Frederick888/php-bencode.git"
1414
source_branch: "refs/remotes/source/*"
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: repo-sync
23-
uses: wei/git-sync@v3
23+
uses: Frederick888/git-sync@master
2424
with:
2525
source_repo: "https://github.com/Frederick888/php-bencode.git"
2626
source_branch: "refs/tags/*"

.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)