Skip to content

Commit 0364568

Browse files
committed
Bump testing versions to PHP 8.4 & Symfony 7.3
1 parent 4b2a727 commit 0364568

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/tests.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
include:
1616
- php-version: '8.1'
1717
symfony-version: '6.4.*'
18-
- php-version: '8.3'
18+
- php-version: '8.4'
1919
symfony-version: '6.4.*'
2020
- php-version: '8.2'
21-
symfony-version: '7.0.*'
22-
- php-version: '8.3'
23-
symfony-version: '7.0.*'
21+
symfony-version: '7.3.*'
22+
- php-version: '8.4'
23+
symfony-version: '7.3.*'
2424
steps:
2525
- name: "Checkout"
2626
uses: actions/checkout@v2
@@ -41,8 +41,8 @@ jobs:
4141
- name: "Setup env & install dependencies"
4242
uses: ./.github/actions/install
4343
with:
44-
php-version: '8.3'
45-
symfony-version: '7.0.*'
44+
php-version: '8.4'
45+
symfony-version: '7.3.*'
4646
- name: "Run static analyzis with phpstan/phpstan"
4747
run: vendor/bin/phpstan analyze
4848

@@ -55,8 +55,8 @@ jobs:
5555
- name: "Setup env & install dependencies"
5656
uses: ./.github/actions/install
5757
with:
58-
php-version: '8.3'
59-
symfony-version: '7.0.*'
58+
php-version: '8.4'
59+
symfony-version: '7.3.*'
6060
- name: "Run checkstyle with symplify/easy-coding-standard"
6161
run: vendor/bin/ecs
6262

@@ -69,8 +69,8 @@ jobs:
6969
- name: "Setup env & install dependencies"
7070
uses: ./.github/actions/install
7171
with:
72-
php-version: '8.3'
73-
symfony-version: '7.0.*'
72+
php-version: '8.4'
73+
symfony-version: '7.3.*'
7474
- name: "Run tests with phpunit/phpunit"
7575
run: vendor/bin/phpunit --testsuite=Convention
7676

@@ -84,8 +84,8 @@ jobs:
8484
- name: "Setup env & install dependencies"
8585
uses: ./.github/actions/install
8686
with:
87-
php-version: '8.3'
88-
symfony-version: '7.0.*'
87+
php-version: '8.4'
88+
symfony-version: '7.3.*'
8989
coverage-mode: 'xdebug'
9090
- name: "Run tests with phpunit/phpunit"
9191
run: |

0 commit comments

Comments
 (0)