Skip to content

Commit 4f5c272

Browse files
committed
CI cleanup
1 parent 03b51d1 commit 4f5c272

2 files changed

Lines changed: 5 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,4 @@ jobs:
9494

9595
- name: Check benchmarks
9696
run: vendor/bin/phpbench run --revs=1 --iterations=1
97-
if: ${{ matrix.dependencies == 'highest' && matrix.php.version == '8.3' }}
97+
if: ${{ matrix.dependencies == 'highest' && matrix.php.version == '8.4' }}

.github/workflows/static-analysis.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
push:
66
branches:
77
- master
8-
- develop
8+
- release/**
99

1010
permissions:
1111
contents: read
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup PHP
2222
uses: shivammathur/setup-php@v2
2323
with:
24-
php-version: '8.3'
24+
php-version: '8.4'
2525

2626
- name: Install dependencies
2727
run: composer update --no-progress --no-interaction --prefer-dist
@@ -39,7 +39,7 @@ jobs:
3939
- name: Setup PHP
4040
uses: shivammathur/setup-php@v2
4141
with:
42-
php-version: '8.3'
42+
php-version: '8.4'
4343

4444
- name: Install dependencies
4545
run: composer update --no-progress --no-interaction --prefer-dist
@@ -53,13 +53,11 @@ jobs:
5353
steps:
5454
- name: Checkout
5555
uses: actions/checkout@v5
56-
with:
57-
fetch-depth: 2 # needed by codecov sometimes
5856

5957
- name: Setup PHP
6058
uses: shivammathur/setup-php@v2
6159
with:
62-
php-version: '8.3'
60+
php-version: '8.4'
6361

6462
- name: Install dependencies
6563
run: composer update --no-progress --no-interaction --prefer-dist

0 commit comments

Comments
 (0)