Skip to content

Commit 767a5d8

Browse files
author
justin
committed
Removes php8.1 target from ci, as it's not supported according to composer.json
1 parent 0b32641 commit 767a5d8

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
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
php-version: ['8.1', '8.2', '8.3']
22+
php-version: ['8.2', '8.3']
2323

2424
steps:
2525
- uses: actions/checkout@v4
@@ -54,7 +54,7 @@ jobs:
5454
strategy:
5555
fail-fast: false
5656
matrix:
57-
php-version: ['8.1', '8.2', '8.3']
57+
php-version: ['8.2', '8.3']
5858

5959
steps:
6060
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)