We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7676ae7 commit dbddd01Copy full SHA for dbddd01
.github/workflows/validate.yml
@@ -17,13 +17,12 @@ jobs:
17
with:
18
coverage: none
19
extensions: mbstring
20
- php-version: 8.1
+ php-version: 8.3
21
22
- run: composer validate --strict
23
24
static-code-analysis:
25
runs-on: ubuntu-latest
26
- continue-on-error: ${{ matrix.php-version == '8.4' }}
27
28
strategy:
29
fail-fast: false
@@ -119,10 +118,10 @@ jobs:
119
118
120
steps:
121
- uses: actions/checkout@v4
122
- - name: "Setup PHP 8.1 (Rector)"
+ - name: "Setup PHP 8.3 (Rector)"
123
uses: shivammathur/setup-php@v2
124
125
126
127
- uses: ramsey/composer-install@v3
128
- name: "Downgrade src and tests"
0 commit comments