Skip to content

Commit 455de38

Browse files
authored
Merge pull request msyk#75 from matsuo/php8dot3
Update php-8.3.dockerfile for GitHub Actions
2 parents 8d2a56a + dd90eb9 commit 455de38

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/php-8.3.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=linux/amd64 php:8.3.0beta1-apache
1+
FROM --platform=linux/amd64 php:8.3.0RC6-apache
22
RUN apt-get update && apt-get install -y --no-install-recommends \
33
git \
44
iputils-ping \

.github/workflows/php.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
name: build
1+
name: Test
22

33
on:
44
push:
55
branches:
66
- "*"
77
pull_request:
8+
types: [opened, reopened]
89
branches: [ 'master', 'main' ]
910
schedule:
1011
- cron: '0 9 15 * *'

0 commit comments

Comments
 (0)