Skip to content

Commit 682f109

Browse files
ci: add tests for PHP 8.5 (#389)
* ci: add tests for PHP 8.5 * ci: add tests for PHP 8.5 * ci: add tests for PHP 8.5 * ci: add tests for PHP 8.5 * ci: add tests for PHP 8.5 --------- Co-authored-by: Christopher Georg <christopher.georg@sr-travel.de>
1 parent 9e42435 commit 682f109

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/part_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
php: ["8.3", "8.4"]
20+
php: ["8.3", "8.4", "8.5"]
2121
os: [ubuntu-latest]
2222
experimental: [false]
2323
include:
2424
- php: nightly
2525
os: ubuntu-latest
2626
experimental: true
27-
- php: "8.4"
27+
- php: "8.5"
2828
os: windows-latest
2929
experimental: false
30-
- php: "8.4"
30+
- php: "8.5"
3131
os: macos-latest
3232
experimental: false
3333

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
php 8.4.10
1+
php 8.5.0

0 commit comments

Comments
 (0)