Skip to content

Commit e833f79

Browse files
committed
Move workflows to 8.2
1 parent 5536976 commit e833f79

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.github/workflows/coding-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
name: "Coding Standards"
1616
uses: "doctrine/.github/.github/workflows/[email protected]"
1717
with:
18-
php-version: '8.1'
18+
php-version: '8.2'
1919
composer-options: '--prefer-dist --ignore-platform-req=php'
2020

.github/workflows/continuous-integration.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
php-version:
22-
- "8.1"
2322
- "8.2"
2423
- "8.3"
2524
dependencies:

.github/workflows/static-analysis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
strategy:
1313
matrix:
1414
php-version:
15-
- "8.1"
1615
- "8.2"
1716
- "8.3"
1817

0 commit comments

Comments
 (0)