Skip to content

Commit 24bcba5

Browse files
authored
Remove PHP 8.1 from test matrix
1 parent 7588113 commit 24bcba5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ on:
6161
PRIMARY_PHP_VERSION:
6262
required: false
6363
type: string
64-
default: '8.1'
64+
default: '8.2'
6565
PHP_VERSION_MATRIX:
6666
required: false
6767
type: string
68-
default: '["8.1", "8.2", "8.3", "8.4", "8.5"]'
68+
default: '["8.2", "8.3", "8.4", "8.5"]'
6969
secrets:
7070
CODECOV_TOKEN:
7171
required: false

0 commit comments

Comments
 (0)