We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8d2a56a + dd90eb9 commit 455de38Copy full SHA for 455de38
2 files changed
.github/workflows/php-8.3.dockerfile
@@ -1,4 +1,4 @@
1
-FROM --platform=linux/amd64 php:8.3.0beta1-apache
+FROM --platform=linux/amd64 php:8.3.0RC6-apache
2
RUN apt-get update && apt-get install -y --no-install-recommends \
3
git \
4
iputils-ping \
.github/workflows/php.yml
@@ -1,10 +1,11 @@
-name: build
+name: Test
on:
push:
5
branches:
6
- "*"
7
pull_request:
8
+ types: [opened, reopened]
9
branches: [ 'master', 'main' ]
10
schedule:
11
- cron: '0 9 15 * *'
0 commit comments