Skip to content

Commit 1ce6c02

Browse files
committed
Add PHP 8.4 to versions under testing
1 parent e94d043 commit 1ce6c02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
strategy:
9999
fail-fast: false
100100
matrix:
101-
php: [7.4, 8.0, 8.1, 8.2, 8.3]
101+
php: [7.4, 8.0, 8.1, 8.2, 8.3, 8.4]
102102
os: [ubuntu-latest]
103103

104104
name: Cypress Tests, PHP${{ matrix.php }} - ${{ matrix.os }}

0 commit comments

Comments
 (0)