Skip to content

Commit 4c11d77

Browse files
committed
chore: align workflow templates with PHP 8.3 baseline
1 parent d9ee7ed commit 4c11d77

9 files changed

Lines changed: 10 additions & 10 deletions

File tree

src/Template/.github/workflows/deptrac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Set up PHP
3232
uses: shivammathur/setup-php@v2
3333
with:
34-
php-version: '8.1'
34+
php-version: '8.3'
3535
extensions: intl, json, mbstring, xml
3636
coverage: none
3737
env:

src/Template/.github/workflows/infection.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up PHP
2424
uses: shivammathur/setup-php@v2
2525
with:
26-
php-version: '8.2'
26+
php-version: '8.3'
2727
tools: infection, phpunit
2828
extensions: intl, json, mbstring, gd, xml, sqlite3
2929
coverage: xdebug

src/Template/.github/workflows/phpcpd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup PHP
2828
uses: shivammathur/setup-php@v2
2929
with:
30-
php-version: '8.1'
30+
php-version: '8.3'
3131
tools: phpcpd
3232
extensions: dom, mbstring
3333
coverage: none

src/Template/.github/workflows/phpcsfixer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Set up PHP
2828
uses: shivammathur/setup-php@v2
2929
with:
30-
php-version: '8.1'
30+
php-version: '8.3'
3131
extensions: json, tokenizer
3232
coverage: none
3333
env:

src/Template/.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
matrix:
29-
php-versions: ['8.1', '8.2', '8.3', '8.4']
29+
php-versions: ['8.3', '8.5']
3030

3131
steps:
3232
- name: Checkout

src/Template/.github/workflows/phpunit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
if: (! contains(github.event.head_commit.message, '[ci skip]'))
2626
strategy:
2727
matrix:
28-
php-versions: ['8.1', '8.2', '8.3', '8.4']
28+
php-versions: ['8.3', '8.4', '8.5']
2929

3030
steps:
3131
- name: Checkout
@@ -65,7 +65,7 @@ jobs:
6565
TERM: xterm-256color
6666
TACHYCARDIA_MONITOR_GA: enabled
6767

68-
- if: matrix.php-versions == '8.1'
68+
- if: matrix.php-versions == '8.3'
6969
name: Run Coveralls
7070
continue-on-error: true
7171
run: |

src/Template/.github/workflows/psalm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Setup PHP
3232
uses: shivammathur/setup-php@v2
3333
with:
34-
php-version: '8.1'
34+
php-version: '8.3'
3535
tools: phpstan, phpunit
3636
extensions: intl, json, mbstring, xml
3737
coverage: none

src/Template/.github/workflows/rector.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
matrix:
29-
php-versions: ['8.1', '8.2', '8.3', '8.4']
29+
php-versions: ['8.3', '8.5']
3030

3131
steps:
3232
- name: Checkout

src/Template/.github/workflows/unused.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup PHP
3030
uses: shivammathur/setup-php@v2
3131
with:
32-
php-version: '8.1'
32+
php-version: '8.3'
3333
tools: composer, composer-unused
3434
extensions: intl, json, mbstring, xml
3535
coverage: none

0 commit comments

Comments
 (0)