Skip to content

Commit

Permalink
Updated actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yaroslavche committed Jun 13, 2024
1 parent bcc6eab commit 4c59a8b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ name: PHP build

on:
push:
branches:
- main
pull_request:
branches:
- main
release:
schedule:
- cron: "0 0 1 * *"
Expand All @@ -15,11 +19,11 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest]
php-version: ['8.1', '8.2']
php-version: ['8.1', '8.2', '8.3']
name: PHP ${{ matrix.php-version }}
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install PHP
uses: shivammathur/setup-php@v2
with:
Expand Down

0 comments on commit 4c59a8b

Please sign in to comment.