Skip to content

Commit 6bb9ec8

Browse files
author
Jonathan Visser
committed
Remove php 8.0 from integration tests
1 parent 68ece72 commit 6bb9ec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
integration_test:
77
strategy:
88
matrix:
9-
php_version: ['8.0', 8.1, 8.2, 8.3, 8.4]
9+
php_version: [8.1, 8.2, 8.3, 8.4]
1010
testsuite: [general, brancher]
1111
runs-on: ubuntu-latest
1212
steps:

0 commit comments

Comments
 (0)