Skip to content

Commit 50fd054

Browse files
committed
🔧 test php 8.5
1 parent 078bb70 commit 50fd054

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
php: [8.1, 8.2, 8.3, 8.4]
11+
php: [8.1, 8.2, 8.3, 8.4, 8.5]
1212
symfony_process: [4, 5, 6, 7]
1313
exclude:
1414
- php: 8.1
1515
symfony_process: 7
1616

1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919

2020
- name: test against Symfony/Process ${{ matrix.symfony_process }} on PHP ${{ matrix.php }}
2121
run: docker build . --build-arg PHP_VERSION=${{ matrix.php }} --build-arg SYMFONY_PROCESS=${{ matrix.symfony_process }}

0 commit comments

Comments
 (0)