Skip to content

Commit b87efab

Browse files
Update cimg/php Docker tag to v8.1.12 (#763)
1 parent eeaf4b7 commit b87efab

File tree

2 files changed

+203
-301
lines changed

2 files changed

+203
-301
lines changed

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,15 @@ version: 2.1
22
jobs:
33
build:
44
docker:
5-
- image: cimg/php:8.1.11-browsers
5+
- image: cimg/php:8.1.12-browsers
66
steps:
77
- checkout
88
- run:
99
name: autoreconf
1010
command: sudo apt install automake
11+
- run:
12+
name: xss
13+
command: sudo apt update && sudo apt install libxss1
1114
- run:
1215
name: install
1316
command: yarn

0 commit comments

Comments
 (0)