Skip to content

Commit 4897dc4

Browse files
authored
Merge pull request #877 from stof/ci
Update the CI setup
2 parents 916471d + 2f0d301 commit 4897dc4

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/tests.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,22 @@ jobs:
1313
name: Check composer.json
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
- uses: shivammathur/setup-php@v2
1818
with:
1919
coverage: none
20-
php-version: '8.2'
20+
php-version: '8.4'
2121
- run: composer validate --strict --no-check-lock
2222

2323
static_analysis:
2424
name: Static analysis
2525
runs-on: ubuntu-latest
2626
steps:
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@v5
2828
- uses: shivammathur/setup-php@v2
2929
with:
3030
coverage: none
31-
php-version: '8.2'
31+
php-version: '8.4'
3232
- name: Install dependencies
3333
run: composer update --ansi --no-progress --prefer-dist --no-interaction
3434
- run: vendor/bin/phpstan analyze
@@ -47,13 +47,13 @@ jobs:
4747
- php: '7.2'
4848
composer_flags: '--prefer-lowest --prefer-stable'
4949
symfony_deprecations_helper: weak
50-
- php: '8.2'
50+
- php: '8.4'
5151
minimum_stability: dev
5252
fail-fast: false
5353

5454
steps:
5555
- name: Checkout
56-
uses: actions/checkout@v4
56+
uses: actions/checkout@v5
5757
with:
5858
fetch-depth: 1
5959

@@ -62,6 +62,7 @@ jobs:
6262
with:
6363
coverage: "xdebug"
6464
php-version: "${{ matrix.php }}"
65+
ini-file: 'development'
6566
tools: composer
6667

6768
- name: Configure for minimum stability

0 commit comments

Comments
 (0)