Skip to content

Commit a77fc14

Browse files
committed
Test on latest stable PHP 8.4 + Symfony 7.3
1 parent 014b3f6 commit a77fc14

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
include:
1717
- php-version: '8.2'
1818
symfony-version: '7.0.*'
19-
- php-version: '8.3'
20-
symfony-version: '7.1.*'
19+
- php-version: '8.4'
20+
symfony-version: '7.3.*'
2121

2222
steps:
2323
- name: "Checkout"
@@ -55,7 +55,7 @@ jobs:
5555
uses: shivammathur/setup-php@v2
5656
with:
5757
coverage: xdebug
58-
php-version: '8.3'
58+
php-version: '8.4'
5959

6060
- name: "Install dependencies with composer"
6161
run: composer update --no-interaction --no-progress
@@ -81,7 +81,7 @@ jobs:
8181
uses: shivammathur/setup-php@v2
8282
with:
8383
coverage: none
84-
php-version: '8.3'
84+
php-version: '8.4'
8585

8686
- name: "Install dependencies with composer"
8787
run: composer update --no-interaction --no-progress
@@ -101,7 +101,7 @@ jobs:
101101
uses: shivammathur/setup-php@v2
102102
with:
103103
coverage: none
104-
php-version: '8.3'
104+
php-version: '8.4'
105105

106106
- name: "Install dependencies with composer"
107107
run: composer update --no-interaction --no-progress

0 commit comments

Comments
 (0)