Skip to content

Commit 8e24bd4

Browse files
committed
only test supported PHP versions
1 parent 0169b6c commit 8e24bd4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
strategy:
1818
matrix:
1919
php-version:
20-
- "7.3"
2120
- "7.4"
2221
- "8.0"
2322
- "8.1"
@@ -52,7 +51,7 @@ jobs:
5251
- name: "Install PHP"
5352
uses: "shivammathur/setup-php@v2"
5453
with:
55-
php-version: "7.4"
54+
php-version: "8.1"
5655
coverage: "none"
5756
- name: "Install dependencies with Composer"
5857
uses: "ramsey/composer-install@v1"
@@ -68,7 +67,7 @@ jobs:
6867
- name: "Install PHP"
6968
uses: "shivammathur/setup-php@v2"
7069
with:
71-
php-version: "7.4"
70+
php-version: "8.1"
7271
coverage: "none"
7372
- name: "Install dependencies with Composer"
7473
uses: "ramsey/composer-install@v1"

0 commit comments

Comments
 (0)