Skip to content

Commit 3423a6b

Browse files
committed
Update php versioning
1 parent a7bddbe commit 3423a6b

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

.github/workflows/tests.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,19 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
os: [ubuntu-latest]
12-
php: [8.2]
13-
symfony: [5.4.*, 6.3.*, 7.0.*]
12+
php: [8.1, 8.2]
13+
symfony: [5.4.*, 6.3.*, 6.4.*, 7.0.*]
1414
dependency-version: [prefer-lowest, prefer-stable]
15+
include:
16+
- php: "8.1"
17+
symfony: "^5.4"
18+
- php: "8.1"
19+
symfony: "^6.3"
20+
- php: "8.1"
21+
symfony: "^6.4"
22+
exclude:
23+
- php: "8.1"
24+
symfony: "^7.0"
1525

1626
name: Tests P${{ matrix.php }} - SF${{ matrix.symfony }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}
1727
steps:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
],
1717
"require": {
18-
"php": "^8.2.0",
18+
"php": "^8.1.0",
1919
"nyholm/psr7": "^1.8.1",
2020
"openai-php/client": "^0.8.0",
2121
"psr/http-client": "^1.0.3",

0 commit comments

Comments
 (0)