Skip to content

Commit 4837823

Browse files
authored
Remove PHP 7.0 and add PHP 8.3 (#1)
1 parent 49458db commit 4837823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ jobs:
1313
strategy:
1414
matrix:
1515
php-image:
16-
- 7.0-cli
1716
- 7.1-cli
1817
- 7.2-cli
1918
- 7.3-cli
2019
- 7.4-cli
2120
- 8.0-cli
2221
- 8.1-cli
2322
- 8.2-cli
23+
- 8.3-cli
2424
composer-image:
2525
- 1
2626
- 2

0 commit comments

Comments
 (0)