File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ' }}
Original file line number Diff line number Diff line change 55 push :
66 branches :
77 - master
8- - develop
8+ - release/**
99
1010permissions :
1111 contents : read
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
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
You can’t perform that action at this time.
0 commit comments