Skip to content

Commit bd755e3

Browse files
authored
actions: update PHP versions
1 parent 42cd6f8 commit bd755e3

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
@@ -12,13 +12,13 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
15+
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
1616

1717
steps:
1818
- uses: actions/checkout@v3
1919

2020
- name: Setup PHP
21-
uses: shivammathur/setup-php@2.24.0
21+
uses: shivammathur/setup-php@2.27.1
2222
with:
2323
php-version: "${{ matrix.php }}"
2424

0 commit comments

Comments
 (0)