Skip to content

Commit

Permalink
PHP 8.4 supports (#11)
Browse files Browse the repository at this point in the history
* php 8.4 supports

* fix workflow
  • Loading branch information
SRWieZ authored Oct 16, 2024
1 parent b47579b commit 3983c6f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
name: Tests

on: ['push', 'pull_request']
on:
pull_request: ~
push:
branches:
- master

jobs:
ci:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
php: [7.3, 7.4, 8.1, 8.2, 8.3]
php: [7.3, 7.4, 8.1, 8.2, 8.3, 8.4]

steps:
- name: Checkout
Expand Down

0 comments on commit 3983c6f

Please sign in to comment.