Skip to content

Commit a3414b2

Browse files
committed
test on more modern php releases
1 parent 844609e commit a3414b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010

1111
strategy:
1212
matrix:
13-
php-versions: ['7.2', '7.3', '7.4', '8.0']
13+
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
1414
fail-fast: false
1515

1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v4
1919

2020
- name: Setup PHP
2121
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)