Skip to content

Commit a64410c

Browse files
authored
Update CI configuration (#145)
1 parent 0b4adf4 commit a64410c

File tree

4 files changed

+2
-9
lines changed

4 files changed

+2
-9
lines changed

.github/workflows/coding-standards.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,3 @@ jobs:
1313
coding-standards:
1414
name: "Coding Standards"
1515
uses: "doctrine/.github/.github/workflows/coding-standards.yml@13.1.0"
16-
with:
17-
composer-root-version: "1.4"

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
name: "PHPUnit"
1515
uses: "doctrine/.github/.github/workflows/continuous-integration.yml@13.1.0"
1616
with:
17-
php-versions: '["8.1", "8.2", "8.3"]'
18-
composer-root-version: "1.4"
17+
php-versions: '["8.1", "8.2", "8.3", "8.4", "8.5"]'
1918
secrets:
2019
CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN }}"

.github/workflows/phpbench.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ on:
1111

1212
env:
1313
fail-fast: true
14-
COMPOSER_ROOT_VERSION: "1.4"
1514

1615
jobs:
1716
phpbench:
@@ -22,8 +21,7 @@ jobs:
2221
matrix:
2322
php-version:
2423
- "8.1"
25-
- "8.2"
26-
- "8.3"
24+
- "8.5"
2725

2826
steps:
2927
- name: "Checkout"

.github/workflows/static-analysis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,3 @@ jobs:
1313
static-analysis:
1414
name: "Static Analysis"
1515
uses: "doctrine/.github/.github/workflows/phpstan.yml@13.1.0"
16-
with:
17-
composer-root-version: "1.4"

0 commit comments

Comments
 (0)