Skip to content

Commit 2ab0523

Browse files
committed
Add PHP 8.4
1 parent b02b95e commit 2ab0523

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
if: "!contains(github.event.head_commit.message, 'skip ci')"
1212
name: PHP ${{ matrix.php-versions }} on ${{ matrix.os }}
1313
runs-on: ${{ matrix.os }}
14-
continue-on-error: ${{ matrix.php-versions == '8.3' }}
14+
continue-on-error: ${{ matrix.php-versions >= '8.3' }}
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
php-versions: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
18+
php-versions: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
1919
os: [ubuntu-latest, windows-latest]
2020

2121
steps:
@@ -33,9 +33,6 @@ jobs:
3333
extensions: com_dotnet
3434
ini-values: date.timezone=Europe/Berlin
3535

36-
- name: Setup Problem Matchers for PHP
37-
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
38-
3936
- name: Validate composer.json and composer.lock
4037
run: composer validate
4138

@@ -52,7 +49,7 @@ jobs:
5249

5350
- name: Install dependencies
5451
run: >
55-
curl -sSL https://baltocdn.com/xp-framework/xp-runners/distribution/downloads/e/entrypoint/xp-run-8.6.2.sh > xp-run &&
52+
curl -sSL https://baltocdn.com/xp-framework/xp-runners/distribution/downloads/e/entrypoint/xp-run-8.8.0.sh > xp-run &&
5653
composer install --prefer-dist &&
5754
echo "vendor/autoload.php" > composer.pth
5855

ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Networking changelog
33

44
## ?.?.? / ????-??-??
55

6+
* Added PHP 8.4 to the test matrix - @thekid
67
* Merged PR #27: Migrate to new testing library - @thekid
78
* Merged PR #26: Migrate to baseless tests - @thekid
89

0 commit comments

Comments
 (0)