Skip to content

Commit 8672800

Browse files
committed
Update Laravel version on README. Add PHP 8.4 on CI
1 parent be0f597 commit 8672800

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/test.yml

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- 8.1
1818
- 8.2
1919
- 8.3
20+
- 8.4
2021
composer_flag:
2122
- --prefer-lowest
2223
-
@@ -35,6 +36,8 @@ jobs:
3536
composer_flag: --prefer-lowest # /
3637
- php: 8.3 # /
3738
composer_flag: --prefer-lowest # /
39+
- php: 8.4 # /
40+
composer_flag: --prefer-lowest # /
3841
env:
3942
COMPOSER_MEMORY_LIMIT: -1
4043
CC_TEST_REPORTER_ID: 2f4620ac239cc7fdb27b299c24422281b04fd8012820ba173e92c70953385958

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [Translation.io](https://translation.io/laravel) client for Laravel 5.5+ to 11.x
1+
# [Translation.io](https://translation.io/laravel) client for Laravel 5.5+ to 12.x
22

33
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)
44
[![Build Status](https://github.com/translation/laravel/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/translation/laravel/actions/workflows/test.yml)

0 commit comments

Comments
 (0)