Skip to content
This repository was archived by the owner on Oct 14, 2022. It is now read-only.

Commit f8e7982

Browse files
committed
Add php 8.0 & 8.1 to CI matrix
1 parent 46392ed commit f8e7982

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
composer-install:
77
strategy:
88
matrix:
9-
php: [7.4]
9+
php: [7.4, 8.0, 8.1]
1010
composer: [lowest, current, highest]
1111
runs-on: ubuntu-latest
1212
container:
@@ -30,7 +30,7 @@ jobs:
3030
qa:
3131
strategy:
3232
matrix:
33-
php: [7.4]
33+
php: [7.4, 8.0, 8.1]
3434
composer: [lowest, current, highest]
3535
qa: [lint, cs, stan, psalm, unit-ci, infection, composer-require-checker, composer-unused]
3636
needs: composer-install

0 commit comments

Comments
 (0)