Skip to content

Commit 8d6b5cc

Browse files
committed
Add PHP 8.3, remove problem matchers
1 parent cfc6288 commit 8d6b5cc

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
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']
18+
php-versions: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
1919
os: [ubuntu-latest, windows-latest]
2020

2121
steps:
@@ -32,9 +32,6 @@ jobs:
3232
php-version: ${{ matrix.php-versions }}
3333
ini-values: date.timezone=Europe/Berlin
3434

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

@@ -58,4 +55,4 @@ jobs:
5855
echo "vendor/xp-framework/compiler/src/test/php" >> composer.pth
5956
6057
- name: Run test suite
61-
run: sh xp-run xp.unittest.TestRunner src/test/php
58+
run: sh xp-run xp.test.Runner src/test/php

0 commit comments

Comments
 (0)