Skip to content

Commit

Permalink
Add PHP 8.3 to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dmnc committed Feb 12, 2024
1 parent ad8281b commit 9edd2b6
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/phpunit83.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: CI PHP 8.3

on: [push]

jobs:
build-test:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- uses: php-actions/composer@v6
with:
php_version: "8.3"

- name: PHPUnit Tests
uses: php-actions/phpunit@v3
with:
version: "8"
php_version: "8.3"

0 comments on commit 9edd2b6

Please sign in to comment.