Skip to content

Commit 80eef3e

Browse files
committed
run CI on supported PHP versions
1 parent decb52d commit 80eef3e

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@ jobs:
2020
php-version:
2121
# https://www.php.net/supported-versions.php
2222
# https://github.com/shivammathur/setup-php#tada-php-support
23-
- "7.3"
24-
- "7.4"
25-
- "8.0"
23+
- "8.1"
24+
- "8.2"
2625

2726
steps:
2827
- name: "Checkout"

0 commit comments

Comments
 (0)