Skip to content

Commit f3f20d0

Browse files
committed
ci: add 8.0 to deployer matrix (#15)
1 parent cdf4b30 commit f3f20d0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ jobs:
1919
strategy:
2020
matrix:
2121
php: [ '8.2', '8.3', '8.4', '8.5' ]
22-
# TODO: Add 8.0 when released.
23-
deployer: [ '7.3', '7.4', '7.5' ]
22+
deployer: [ '7.3', '7.4', '7.5', '8.0' ]
2423
fail-fast: false
2524
name: Tests for Deployer ${{ matrix.deployer }} on PHP ${{ matrix.php }}
2625

0 commit comments

Comments
 (0)