Skip to content

Commit 53d3405

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

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/code_checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- php: '8.2'
2828
stability: prefer-stable
2929

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

.github/workflows/tests-upcoming-symfony.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
uses: actions/checkout@v3
1616

1717
- name: 'Install PHP with extensions'
18-
uses: shivammathur/setup-php@2.7.0
18+
uses: shivammathur/setup-php@2.22.0
1919
with:
2020
coverage: none
21-
php-version: '8.0'
21+
php-version: '8.1'
2222
tools: composer:v2
2323
extensions: mbstring
2424
ini-values: date.timezone=UTC
@@ -27,6 +27,7 @@ jobs:
2727
env:
2828
SYMFONY_REQUIRE: '6.3.x@dev'
2929
run: |
30+
composer global config --no-plugins allow-plugins.symfony/flex true
3031
composer global require --no-progress --no-scripts --no-plugins symfony/flex
3132
composer config minimum-stability dev
3233
composer config prefer-stable false

0 commit comments

Comments
 (0)