Skip to content

Commit c0017c9

Browse files
committed
chore: add ci tests for php 8.2, bump github actions versions
1 parent 53d3405 commit c0017c9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/code_checks.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
stability: [ prefer-stable ]
1312
include:
1413
- description: 'Lowest supported requirements'
1514
php: '7.2'
@@ -27,7 +26,7 @@ jobs:
2726
- php: '8.2'
2827
stability: prefer-stable
2928

30-
name: PHP ${{ matrix.php }} tests (${{ matrix.description }}) - ${{ matrix.stability }}
29+
name: PHP ${{ matrix.php }} tests - ${{ matrix.stability }}
3130
steps:
3231
# basically git clone
3332
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)