Skip to content

Commit 3155eeb

Browse files
authored
CI cleanup (#1901)
1 parent 03b51d1 commit 3155eeb

2 files changed

Lines changed: 4 additions & 6 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: 3 additions & 5 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,8 +53,6 @@ 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

0 commit comments

Comments
 (0)