Skip to content

Commit 0bc5fa9

Browse files
Bump versions down
1 parent 3131549 commit 0bc5fa9

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
@@ -37,7 +37,7 @@ jobs:
3737
strategy:
3838
matrix:
3939
operating-system: ['ubuntu-latest']
40-
php-versions: ['7.1', '7.2', '7.3']
40+
php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
4141
phpunit-versions: ['latest']
4242
steps:
4343
- name: Checkout
@@ -66,7 +66,7 @@ jobs:
6666
strategy:
6767
matrix:
6868
operating-system: ['ubuntu-latest']
69-
php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
69+
php-versions: ['8.3', '8.4']
7070
phpunit-versions: ['latest']
7171
steps:
7272
- name: Checkout

0 commit comments

Comments
 (0)