Skip to content

Commit ab1cb0c

Browse files
authored
Add PHP 8.5 & Symfony 7.4 to CI (#118)
1 parent cb0a4d8 commit ab1cb0c

2 files changed

Lines changed: 5 additions & 11 deletions

File tree

.github/workflows/code-quality.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313
cancel-in-progress: true
1414

1515
env:
16-
PHP_VERSION: '8.3'
16+
PHP_VERSION: '8.4'
1717

1818
jobs:
1919
composer:

.github/workflows/tests.yaml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,15 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
php: [ '8.1', '8.2', '8.3', '8.4' ]
22-
symfony: [ '5.4', '6.4', '7.0', '7.1', '7.2', '7.3' ]
21+
php: [ '8.1', '8.2', '8.3', '8.4', '8.5' ]
22+
symfony: [ '5.4', '6.4', '7.4' ]
2323
dependencies: [ 'highest', 'lowest' ]
2424
exclude:
2525
- php: '8.1'
26-
symfony: '7.0'
27-
- php: '8.1'
28-
symfony: '7.1'
29-
- php: '8.1'
30-
symfony: '7.2'
31-
- php: '8.1'
32-
symfony: '7.3'
26+
symfony: '7.4'
3327
services:
3428
postgres:
35-
image: postgres:16
29+
image: postgres:17
3630
env:
3731
POSTGRES_DB: purgatory
3832
POSTGRES_PASSWORD: password

0 commit comments

Comments
 (0)