Skip to content

Commit dbddd01

Browse files
author
Simon Bigelmayr
committed
feat: update PHP version in validation configuration to 8.3 for improved compatibility
1 parent 7676ae7 commit dbddd01

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/validate.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,12 @@ jobs:
1717
with:
1818
coverage: none
1919
extensions: mbstring
20-
php-version: 8.1
20+
php-version: 8.3
2121

2222
- run: composer validate --strict
2323

2424
static-code-analysis:
2525
runs-on: ubuntu-latest
26-
continue-on-error: ${{ matrix.php-version == '8.4' }}
2726

2827
strategy:
2928
fail-fast: false
@@ -119,10 +118,10 @@ jobs:
119118
runs-on: ubuntu-latest
120119
steps:
121120
- uses: actions/checkout@v4
122-
- name: "Setup PHP 8.1 (Rector)"
121+
- name: "Setup PHP 8.3 (Rector)"
123122
uses: shivammathur/setup-php@v2
124123
with:
125-
php-version: 8.1
124+
php-version: 8.3
126125
coverage: none
127126
- uses: ramsey/composer-install@v3
128127
- name: "Downgrade src and tests"

0 commit comments

Comments
 (0)