Skip to content

Commit

Permalink
Update PHP dependencies and CI
Browse files Browse the repository at this point in the history
* Update PHP dependencies
* Add PHP 8.3 to CI
* Update GH Actions versions
  • Loading branch information
samwilson authored Jan 11, 2024
1 parent ab7e42c commit b4435f9
Show file tree
Hide file tree
Showing 2 changed files with 248 additions and 222 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
php: [ '7.4', '8.0', '8.1', '8.2' ]
php: [ '7.4', '8.0', '8.1', '8.2', '8.3' ]
include:
- os: macos-latest
php: '8.2'
php: '8.3'
- os: windows-latest
php: '8.2'
php: '8.3'

runs-on: ${{matrix.os}}

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up PHP
uses: shivammathur/setup-php@v2
Expand All @@ -28,7 +28,7 @@ jobs:
extensions: fileinfo, json, pdo, mbstring, gd, ast, sqlite, pdo_sqlite

- name: Set up TeXLive
uses: teatimeguest/setup-texlive-action@v2
uses: teatimeguest/setup-texlive-action@v3
with:
packages: scheme-basic latexmk listings float

Expand Down
Loading

0 comments on commit b4435f9

Please sign in to comment.