Skip to content

Commit

Permalink
ci(cypress): Try PHP 8.0 since 8.1 seems to segfault
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <jus@bitgrid.net>
  • Loading branch information
juliushaertl authored Dec 28, 2022
1 parent ffb5d12 commit 567c79d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
matrix:
node-version: [16]
containers: [1, 2, 3, 4]
php-versions: [ '8.1' ]
php-versions: [ '8.0' ]
databases: [ 'sqlite' ]
server-versions: [ 'master' ]

Expand Down

0 comments on commit 567c79d

Please sign in to comment.