Skip to content

build: update GitHub actions #78

build: update GitHub actions

build: update GitHub actions #78

Workflow file for this run

name: Continuous Integration PHP
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
php_version: ['7.4', '8.3']
steps:
- name: Checkout branch
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- name: Install dependencies
uses: php-actions/composer@8a65f0d3c6a1d17ca4800491a40b5756a4c164f3 # v6
with:
php_version: ${{ matrix.php_version }}
version: '2.x'