Skip to content

Commit cf00fcb

Browse files
committed
Run tests on PHP 8.3 and 8.4
1 parent 45e6c57 commit cf00fcb

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/build.yaml

+5-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: build
33
on:
44
pull_request:
55
push:
6-
paths-ignore:
7-
- ".github/**"
6+
paths-ignore:
87
- "ReadMe.md"
98

109
jobs:
@@ -28,6 +27,10 @@ jobs:
2827
coverage: none
2928
- php-version: 8.2
3029
coverage: none
30+
- php-version: 8.3
31+
coverage: none
32+
- php-version: 8.4
33+
coverage: none
3134

3235
steps:
3336
- name: Checkout

ReadMe.md

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ with `zip()`, `join()`, `cross()`, `pairs()`, `slice()`, `map()` and more.
1818
[![PHP Version](https://img.shields.io/badge/PHP-8.0-blue.svg)][1]
1919
[![PHP Version](https://img.shields.io/badge/PHP-8.1-blue.svg)][1]
2020
[![PHP Version](https://img.shields.io/badge/PHP-8.2-blue.svg)][1]
21+
[![PHP Version](https://img.shields.io/badge/PHP-8.3-blue.svg)][1]
22+
[![PHP Version](https://img.shields.io/badge/PHP-8.4-blue.svg)][1]
2123

2224
[![PRs Welcome](https://img.shields.io/badge/PR-welcome-brightgreen.svg?style=popout)](https://github.com/t-regx/CrossDataProviders/pulls)
2325

0 commit comments

Comments
 (0)