Skip to content

Commit 397c727

Browse files
committed
Run a bunch of stuff on newer PHP versions
1 parent 3702fd5 commit 397c727

File tree

9 files changed

+10
-12
lines changed

9 files changed

+10
-12
lines changed

.github/workflows/apiref.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: "shivammathur/setup-php@v2"
3636
with:
3737
coverage: "none"
38-
php-version: "8.1"
38+
php-version: "8.2"
3939

4040
- name: "Install dependencies"
4141
run: "composer install --no-interaction --no-progress"

.github/workflows/backward-compatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: "shivammathur/setup-php@v2"
3333
with:
3434
coverage: "none"
35-
php-version: "8.1"
35+
php-version: "8.2"
3636

3737
- name: "Install dependencies"
3838
run: "composer install --no-dev --no-interaction --no-progress"

.github/workflows/changelog-generator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: "shivammathur/setup-php@v2"
3434
with:
3535
coverage: "none"
36-
php-version: "8.1"
36+
php-version: "8.2"
3737

3838
- name: "Install dependencies"
3939
run: "composer install --no-interaction --no-progress"

.github/workflows/e2e-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ jobs:
291291
uses: "shivammathur/setup-php@v2"
292292
with:
293293
coverage: "none"
294-
php-version: "8.1"
294+
php-version: "8.2"
295295
extensions: mbstring
296296
ini-values: memory_limit=256M
297297

@@ -401,7 +401,7 @@ jobs:
401401
uses: "shivammathur/setup-php@v2"
402402
with:
403403
coverage: "none"
404-
php-version: "8.1"
404+
php-version: "8.2"
405405
tools: ${{ matrix.tools }}
406406
extensions: ${{ matrix.extensions }}
407407

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
uses: "shivammathur/setup-php@v2"
7474
with:
7575
coverage: "none"
76-
php-version: "8.1"
76+
php-version: "8.2"
7777

7878
- name: "Validate Composer"
7979
run: "composer validate"

.github/workflows/reflection-golden-test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ jobs:
6464
fail-fast: false
6565
matrix:
6666
php-version:
67-
- "8.1"
6867
- "8.2"
6968
- "8.3"
7069
- "8.4"

.github/workflows/static-analysis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ jobs:
7777
fail-fast: false
7878
matrix:
7979
php-version:
80-
- "8.1"
8180
- "8.2"
8281
- "8.3"
8382
- "8.4"
@@ -128,7 +127,7 @@ jobs:
128127
uses: "shivammathur/setup-php@v2"
129128
with:
130129
coverage: "none"
131-
php-version: "8.1"
130+
php-version: "8.2"
132131
ini-file: development
133132

134133
- name: "Install dependencies"
@@ -154,7 +153,7 @@ jobs:
154153
uses: "shivammathur/setup-php@v2"
155154
with:
156155
coverage: "none"
157-
php-version: "8.1"
156+
php-version: "8.2"
158157
ini-file: development
159158

160159
- name: "Install dependencies"

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
uses: "shivammathur/setup-php@v2"
7676
with:
7777
coverage: "none"
78-
php-version: "8.1"
78+
php-version: "8.2"
7979
tools: pecl
8080
extensions: ds,mbstring
8181
ini-file: development

.github/workflows/update-phpstorm-stubs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: "shivammathur/setup-php@v2"
2424
with:
2525
coverage: "none"
26-
php-version: "8.1"
26+
php-version: "8.2"
2727
- name: "Install dependencies"
2828
run: "composer install --no-interaction --no-progress"
2929
- name: "Checkout stubs"

0 commit comments

Comments
 (0)