Skip to content

Commit

Permalink
remove php7 supports
Browse files Browse the repository at this point in the history
  • Loading branch information
matyhtf committed Dec 22, 2023
1 parent 6d09196 commit 66e9f8b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ 7.2, 7.3, 7.4, 8.0, 8.1, 8.2 ]
php: [8.0, 8.1, 8.2, 8.3 ]
steps:
- uses: actions/checkout@v1
- name: Setup PHP
Expand All @@ -22,13 +22,8 @@ jobs:
date
env
uname -a
ulimit -a
php -v
php --ini
ls -al
pwd
echo "`git log -20 --pretty --oneline`"
echo "`git log -10 --stat --pretty --oneline`"
- name: build
run: cmake . && make VERBOSE=1 -j$(nproc)
- name: run tests
Expand Down

0 comments on commit 66e9f8b

Please sign in to comment.