Skip to content

Commit dba2f3f

Browse files
authored
Merge pull request #6 from feature-ninja/php83
PHP 8.3
2 parents 596e867 + da4dd26 commit dba2f3f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/run-phpstan.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
os: [ubuntu-latest]
12-
php: [8.2]
12+
php: [8.2, 8.3]
1313
stability: [prefer-lowest, prefer-stable]
1414

1515
name: P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}
@@ -28,7 +28,6 @@ jobs:
2828
- name: Setup problem matchers
2929
run: |
3030
echo "::add-matcher::${{ runner.tool_cache }}/php.json"
31-
echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
3231
3332
- name: Install dependencies
3433
run: composer update --${{ matrix.stability }} --prefer-dist --no-interaction

.github/workflows/run-phpunit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
os: [ubuntu-latest]
12-
php: [8.2]
12+
php: [8.2, 8.3]
1313
stability: [prefer-lowest, prefer-stable]
1414

1515
name: P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}

0 commit comments

Comments
 (0)