Skip to content

Commit 148c12e

Browse files
committed
Added PHP 8.1 and ES 7.16.0 in Github Actions
1 parent 797699d commit 148c12e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
php-version: [7.3, 7.4, 8.0]
12+
php-version: [7.3, 7.4, 8.0, 8.1]
1313
os: [ubuntu-latest]
14-
es-version: [7.x-SNAPSHOT]
14+
es-version: [7.16.0]
1515

1616
steps:
1717
- name: Checkout

0 commit comments

Comments
 (0)