1 parent cdf4b30 commit f3f20d0Copy full SHA for f3f20d0
1 file changed
.github/workflows/tests.yml
@@ -19,8 +19,7 @@ jobs:
19
strategy:
20
matrix:
21
php: [ '8.2', '8.3', '8.4', '8.5' ]
22
- # TODO: Add 8.0 when released.
23
- deployer: [ '7.3', '7.4', '7.5' ]
+ deployer: [ '7.3', '7.4', '7.5', '8.0' ]
24
fail-fast: false
25
name: Tests for Deployer ${{ matrix.deployer }} on PHP ${{ matrix.php }}
26
0 commit comments